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

Returns the output type for a control loop. More...

Private Member Functions

subroutine cmfe_controlloop_outputtypegetnumber0 (problemUserNumber, controlLoopIdentifier, outputType, err)
 Returns the output type for a control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_outputtypegetnumber1 (problemUserNumber, controlLoopIdentifiers, outputType, err)
 Returns the output type for a control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_outputtypegetobj (controlLoop, outputType, err)
 Returns the output type for a control loop identified by an object. More...
 

Detailed Description

Returns the output type for a control loop.

Definition at line 1450 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

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

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

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

Definition at line 17487 of file opencmiss_iron.f90.

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

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

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

Definition at line 17526 of file opencmiss_iron.f90.

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

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

Parameters
[in]controlloopThe control loop to get the output type for.
[out]outputtypeOn return, the output type of the control loop
See also
OPENCMISS::ControlLoop::OutputTypes
Parameters
[out]errThe error code.

Definition at line 17565 of file opencmiss_iron.f90.