OpenCMISS-Iron FORTRAN API Documentation
opencmiss_iron::cmfe_controlloop_outputtypeset Interface Reference

Sets/changes the output type for a control loop. More...

Private Member Functions

subroutine cmfe_controlloop_outputtypesetnumber0 (problemUserNumber, controlLoopIdentifier, outputType, err)
 Sets the output type for a control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_outputtypesetnumber1 (problemUserNumber, controlLoopIdentifiers, outputType, err)
 Sets the output type for a control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_outputtypesetobj (controlLoop, outputType, err)
 Sets the output type for a control loop identified by an object. More...
 

Detailed Description

Sets/changes the output type for a control loop.

Definition at line 1457 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_controlloop_outputtypeset::cmfe_controlloop_outputtypesetnumber0 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), intent(in)  controlLoopIdentifier,
integer(intg), intent(in)  outputType,
integer(intg), intent(out)  err 
)
private

Sets the output type for a control loop identified by user numbers.

Parameters
[in]problemusernumberThe user number of the problem to set the output type for.
[in]controlloopidentifierThe control loop identifier to set the output type for.
[in]outputtypeThe output type to set
See also
OPENCMISS::ControlLoop::OutputTypes
Parameters
[out]errThe error code.

Definition at line 17591 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_outputtypeset::cmfe_controlloop_outputtypesetnumber1 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), dimension(:), intent(in)  controlLoopIdentifiers,
integer(intg), intent(in)  outputType,
integer(intg), intent(out)  err 
)
private

Sets the output type for a control loop identified by user numbers.

Parameters
[in]problemusernumberThe user number of the problem to set the output type for.
[in]controlloopidentifiersThe control loop identifiers to set the output type for.
[in]outputtypeThe output type to set
See also
OPENCMISS::ControlLoop::OutputTypes
Parameters
[out]errThe error code.

Definition at line 17630 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_outputtypeset::cmfe_controlloop_outputtypesetobj ( type(cmfe_controllooptype), intent(in)  controlLoop,
integer(intg), intent(in)  outputType,
integer(intg), intent(out)  err 
)
private

Sets the output type for a control loop identified by an object.

Parameters
[in]controlloopThe control loop to set the output type for.
[in]outputtypeThe output type to set
See also
OPENCMISS::ControlLoop::OutputTypes
Parameters
[out]errThe error code.

Definition at line 17669 of file opencmiss_iron.f90.