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

Returns the label of a control loop. More...

Private Member Functions

subroutine cmfe_controlloop_labelgetcnumber0 (problemUserNumber, controlLoopIdentifier, label, err)
 Returns the character string label for a control loop identified by an user number. More...
 
subroutine cmfe_controlloop_labelgetcnumber1 (problemUserNumber, controlLoopIdentifiers, label, err)
 Returns the character string label for a control loop identified by an user number. More...
 
subroutine cmfe_controlloop_labelgetcobj (controlLoop, label, err)
 Returns the character string label for a control loop identified by an object. More...
 
subroutine cmfe_controlloop_labelgetvsnumber0 (problemUserNumber, controlLoopIdentifier, label, err)
 Returns the varying string label for a control loop identified by an user number. More...
 
subroutine cmfe_controlloop_labelgetvsnumber1 (problemUserNumber, controlLoopIdentifiers, label, err)
 Returns the varying string label for a control loop identified by an user number. More...
 
subroutine cmfe_controlloop_labelgetvsobj (controlLoop, label, err)
 Returns the varying string label for a control loop identified by an object. More...
 

Detailed Description

Returns the label of a control loop.

Definition at line 1381 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_controlloop_labelget::cmfe_controlloop_labelgetcnumber0 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), intent(in)  controlLoopIdentifier,
character(len=*), intent(out)  label,
integer(intg), intent(out)  err 
)
private

Returns the character string label for a control loop identified by an user number.

Parameters
[in]problemusernumberThe user number of the problem to set the label for.
[in]controlloopidentifierThe control loop identifier.
[out]labelOn return, the control loop label.
[out]errThe error code.

Definition at line 16417 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_labelget::cmfe_controlloop_labelgetcnumber1 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), dimension(:), intent(in)  controlLoopIdentifiers,
character(len=*), intent(out)  label,
integer(intg), intent(out)  err 
)
private

Returns the character string label for a control loop identified by an user number.

Parameters
[in]problemusernumberThe user number of the problem to set the label for.
[in]controlloopidentifiersThe control loop identifiers.
[out]labelOn return, the control loop label.
[out]errThe error code.

Definition at line 16456 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_labelget::cmfe_controlloop_labelgetcobj ( type(cmfe_controllooptype), intent(in)  controlLoop,
character(len=*), intent(out)  label,
integer(intg), intent(out)  err 
)
private

Returns the character string label for a control loop identified by an object.

Parameters
[in]controlloopThe control loop to get the label for.
[out]labelOn return, the region label.
[out]errThe error code.

Definition at line 16495 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_labelget::cmfe_controlloop_labelgetvsnumber0 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), intent(in)  controlLoopIdentifier,
type(varying_string), intent(out)  label,
integer(intg), intent(out)  err 
)
private

Returns the varying string label for a control loop identified by an user number.

Parameters
[in]problemusernumberThe user number of the problem to set the label for.
[in]controlloopidentifierThe control loop identifier.
[out]labelOn return, the control loop label.
[out]errThe error code.

Definition at line 16521 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_labelget::cmfe_controlloop_labelgetvsnumber1 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), dimension(:), intent(in)  controlLoopIdentifiers,
type(varying_string), intent(out)  label,
integer(intg), intent(out)  err 
)
private

Returns the varying string label for a control loop identified by an user number.

Parameters
[in]problemusernumberThe user number of the problem to set the label for.
[in]controlloopidentifiersThe control loop identifiers.
[out]labelOn return, the control loop label.
[out]errThe error code.

Definition at line 16560 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_labelget::cmfe_controlloop_labelgetvsobj ( type(cmfe_controllooptype), intent(in)  controlLoop,
type(varying_string), intent(out)  label,
integer(intg), intent(out)  err 
)
private

Returns the varying string label for a control loop identified by an object.

Parameters
[in]controlloopThe control loop to get the label for.
[out]labelOn return, the control loop label.
[out]errThe error code.

Definition at line 16599 of file opencmiss_iron.f90.