Sets/changes the label for a data point projection.  
 More...
|  | 
| subroutine | cmfe_dataprojection_labelsetcregionnumber (dataProjectionUserNumber, regionUserNumber, label, err) | 
|  | Sets/changes the character string label of a data projection identified by a region user number.  More... 
 | 
|  | 
| subroutine | cmfe_dataprojection_labelsetcinterfacenumber (dataProjectionUserNumber, parentRegionUserNumber, interfaceUserNumber, label, err) | 
|  | Sets/changes the character string label of a data projection identified by a region user number.  More... 
 | 
|  | 
| subroutine | cmfe_dataprojection_labelsetcobj (dataProjection, label, err) | 
|  | Sets/changes the character string label of a data projection identified an object.  More... 
 | 
|  | 
| subroutine | cmfe_dataprojection_labelsetvsregionnumber (dataProjectionUserNumber, regionUserNumber, label, err) | 
|  | Sets/changes the varying string label of a data projection identified by a region user number.  More... 
 | 
|  | 
| subroutine | cmfe_dataprojection_labelsetvsinterfacenumber (dataProjectionUserNumber, parentRegionUserNumber, interfaceUserNumber, label, err) | 
|  | Sets/changes the varying string label of a data projection identified by a region user number.  More... 
 | 
|  | 
| subroutine | cmfe_dataprojection_labelsetvsobj (dataProjection, label, err) | 
|  | Sets/changes the varying string label of a data projection identified an object.  More... 
 | 
|  | 
Sets/changes the label for a data point projection. 
Definition at line 1945 of file opencmiss_iron.f90.
  
  | 
        
          | subroutine opencmiss_iron::cmfe_dataprojection_labelset::cmfe_dataprojection_labelsetcinterfacenumber | ( | integer(intg), intent(in) | dataProjectionUserNumber, |  
          |  |  | integer(intg), intent(in) | parentRegionUserNumber, |  
          |  |  | integer(intg), intent(in) | interfaceUserNumber, |  
          |  |  | character(len=*), intent(in) | label, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Sets/changes the character string label of a data projection identified by a region user number. 
- Parameters
- 
  
    | [in] | dataprojectionusernumber | The data projection user number of the data projection to set the label for. |  | [in] | parentregionusernumber | The user number of the parent region. |  | [in] | interfaceusernumber | The user number of the interface. |  | [in] | label | the label to set |  | [out] | err | The error code. |  
 
Definition at line 22806 of file opencmiss_iron.f90.
 
 
  
  | 
        
          | subroutine opencmiss_iron::cmfe_dataprojection_labelset::cmfe_dataprojection_labelsetcobj | ( | type(cmfe_dataprojectiontype), intent(inout) | dataProjection, |  
          |  |  | character(len=*), intent(in) | label, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Sets/changes the character string label of a data projection identified an object. 
- Parameters
- 
  
    | [in,out] | dataprojection | The data projection to set the label for. |  | [in] | label | the label to set |  | [out] | err | The error code. |  
 
Definition at line 22985 of file opencmiss_iron.f90.
 
 
  
  | 
        
          | subroutine opencmiss_iron::cmfe_dataprojection_labelset::cmfe_dataprojection_labelsetcregionnumber | ( | integer(intg), intent(in) | dataProjectionUserNumber, |  
          |  |  | integer(intg), intent(in) | regionUserNumber, |  
          |  |  | character(len=*), intent(in) | label, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Sets/changes the character string label of a data projection identified by a region user number. 
- Parameters
- 
  
    | [in] | dataprojectionusernumber | The data projection user number of the data projection to set the label for. |  | [in] | regionusernumber | The region user number of data projection to set the label for. |  | [in] | label | the label to set |  | [out] | err | The error code. |  
 
Definition at line 22907 of file opencmiss_iron.f90.
 
 
  
  | 
        
          | subroutine opencmiss_iron::cmfe_dataprojection_labelset::cmfe_dataprojection_labelsetvsinterfacenumber | ( | integer(intg), intent(in) | dataProjectionUserNumber, |  
          |  |  | integer(intg), intent(in) | parentRegionUserNumber, |  
          |  |  | integer(intg), intent(in) | interfaceUserNumber, |  
          |  |  | type(varying_string), intent(in) | label, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Sets/changes the varying string label of a data projection identified by a region user number. 
- Parameters
- 
  
    | [in] | dataprojectionusernumber | The data projection user number of the data projection to set the label for. |  | [in] | parentregionusernumber | The user number of the parent region. |  | [in] | interfaceusernumber | The user number of the interface. |  | [in] | label | the label to set |  | [out] | err | The error code. |  
 
Definition at line 22857 of file opencmiss_iron.f90.
 
 
  
  | 
        
          | subroutine opencmiss_iron::cmfe_dataprojection_labelset::cmfe_dataprojection_labelsetvsobj | ( | type(cmfe_dataprojectiontype), intent(inout) | dataProjection, |  
          |  |  | type(varying_string), intent(in) | label, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Sets/changes the varying string label of a data projection identified an object. 
- Parameters
- 
  
    | [in,out] | dataprojection | The data projection to set the label for. |  | [in] | label | the label to set |  | [out] | err | The error code. |  
 
Definition at line 23011 of file opencmiss_iron.f90.
 
 
  
  | 
        
          | subroutine opencmiss_iron::cmfe_dataprojection_labelset::cmfe_dataprojection_labelsetvsregionnumber | ( | integer(intg), intent(in) | dataProjectionUserNumber, |  
          |  |  | integer(intg), intent(in) | regionUserNumber, |  
          |  |  | type(varying_string), intent(in) | label, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Sets/changes the varying string label of a data projection identified by a region user number. 
- Parameters
- 
  
    | [in] | dataprojectionusernumber | The data projection user number of the data projection to set the label for. |  | [in] | regionusernumber | The region user number of data projection to set the label for. |  | [in] | label | the label to set |  | [out] | err | The error code. |  
 
Definition at line 22946 of file opencmiss_iron.f90.