Returns the label of a control loop.  
 More...
|  | 
| 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... 
 | 
|  | 
Returns the label of a control loop. 
Definition at line 1381 of file opencmiss_iron.f90.
  
  | 
        
          | 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] | problemusernumber | The user number of the problem to set the label for. |  | [in] | controlloopidentifier | The control loop identifier. |  | [out] | label | On return, the control loop label. |  | [out] | err | The 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] | problemusernumber | The user number of the problem to set the label for. |  | [in] | controlloopidentifiers | The control loop identifiers. |  | [out] | label | On return, the control loop label. |  | [out] | err | The 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] | controlloop | The control loop to get the label for. |  | [out] | label | On return, the region label. |  | [out] | err | The 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] | problemusernumber | The user number of the problem to set the label for. |  | [in] | controlloopidentifier | The control loop identifier. |  | [out] | label | On return, the control loop label. |  | [out] | err | The 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] | problemusernumber | The user number of the problem to set the label for. |  | [in] | controlloopidentifiers | The control loop identifiers. |  | [out] | label | On return, the control loop label. |  | [out] | err | The 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] | controlloop | The control loop to get the label for. |  | [out] | label | On return, the control loop label. |  | [out] | err | The error code. |  
 
Definition at line 16599 of file opencmiss_iron.f90.