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

Sets/changes the label of a control loop. More...

Private Member Functions

subroutine cmfe_controlloop_labelsetcnumber0 (problemUserNumber, controlLoopIdentifier, label, err)
 Sets/changes the character string label for a control loop identified by an user number. More...
 
subroutine cmfe_controlloop_labelsetcnumber1 (problemUserNumber, controlLoopIdentifiers, label, err)
 Sets/changes the character string label for a control loop identified by an user number. More...
 
subroutine cmfe_controlloop_labelsetcobj (controlLoop, label, err)
 Sets/changes the character string label for a control loop identified by an object. More...
 
subroutine cmfe_controlloop_labelsetvsnumber0 (problemUserNumber, controlLoopIdentifier, label, err)
 Sets/changes the varying string label for a control loop identified by an user number. More...
 
subroutine cmfe_controlloop_labelsetvsnumber1 (problemUserNumber, controlLoopIdentifiers, label, err)
 Sets/changes the varying string label for a control loop identified by an user number. More...
 
subroutine cmfe_controlloop_labelsetvsobj (controlLoop, label, err)
 Sets/changes string label for a control loop identified by an object. More...
 

Detailed Description

Sets/changes the label of a control loop.

Definition at line 1391 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

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

Sets/changes 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.
[in]labelThe region label to set.
[out]errThe error code.

Definition at line 16625 of file opencmiss_iron.f90.

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

Sets/changes 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.
[in]labelThe region label to set.
[out]errThe error code.

Definition at line 16664 of file opencmiss_iron.f90.

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

Sets/changes the character string label for a control loop identified by an object.

Parameters
[in]controlloopThe control loop to set the label for.
[in]labelThe control loop label to set.
[out]errThe error code.

Definition at line 16703 of file opencmiss_iron.f90.

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

Sets/changes 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.
[in]labelThe control loop label to set.
[out]errThe error code.

Definition at line 16729 of file opencmiss_iron.f90.

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

Sets/changes 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 identifier.
[in]labelThe control loop label to set.
[out]errThe error code.

Definition at line 16768 of file opencmiss_iron.f90.

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

Sets/changes string label for a control loop identified by an object.

Parameters
[in]controlloopThe control loop to set the label for.
[in]labelThe control loop label to set.
[out]errThe error code.

Definition at line 16807 of file opencmiss_iron.f90.