OpenCMISS-Iron Internal API Documentation
opencmiss_iron::cmfe_controlloop_typeset Interface Reference

Sets/Changes the loop type for a control loop. More...

Private Member Functions

subroutine cmfe_controlloop_typesetnumber0 (problemUserNumber, controlLoopIdentifier, loopType, err)
 Sets/changes the loop type for a control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_typesetnumber1 (problemUserNumber, controlLoopIdentifiers, loopType, err)
 Sets/changes the loop type for a control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_typesetobj (controlLoop, loopType, err)
 Sets/changes the loop type for a control loop identified by an object. More...
 

Detailed Description

Sets/Changes the loop type for a control loop.

Todo:

Is this really a public method?

need a get method

Definition at line 1485 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_controlloop_typeset::cmfe_controlloop_typesetnumber0 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), intent(in)  controlLoopIdentifier,
integer(intg), intent(in)  loopType,
integer(intg), intent(out)  err 
)
private

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

Todo:
is this really public???
Parameters
[in]problemusernumberThe user number of the problem to set the loop type for.
[in]controlloopidentifierThe control loop identifier.
[in]looptypeThe type of control loop to set.
See also
OPENCMISS::Problem::ControlLoopTypes
Parameters
[out]errThe error code.

Definition at line 18139 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_typeset::cmfe_controlloop_typesetnumber1 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), dimension(:), intent(in)  controlLoopIdentifiers,
integer(intg), intent(in)  loopType,
integer(intg), intent(out)  err 
)
private

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

Todo:
is this really public???
Parameters
[in]problemusernumberThe user number of the problem to set the loop type for.
[in]controlloopidentifiersThe control loop identifiers.
[in]looptypeThe type of control loop to set.
See also
OPENCMISS::Problem::ControlLoopTypes
Parameters
[out]errThe error code.

Definition at line 18178 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_typeset::cmfe_controlloop_typesetobj ( type(cmfe_controllooptype), intent(inout)  controlLoop,
integer(intg), intent(in)  loopType,
integer(intg), intent(out)  err 
)
private

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

Todo:
is this really public???
Parameters
[in,out]controlloopThe control loop to set the loop type for.
[in]looptypeThe type of control loop to set.
See also
OPENCMISS::Problem::ControlLoopTypes
Parameters
[out]errThe error code.

Definition at line 18217 of file opencmiss_iron.f90.