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

Sets/changes the label for a data point projection. More...

Private Member Functions

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...
 

Detailed Description

Sets/changes the label for a data point projection.

Definition at line 1945 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

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]dataprojectionusernumberThe data projection user number of the data projection to set the label for.
[in]parentregionusernumberThe user number of the parent region.
[in]interfaceusernumberThe user number of the interface.
[in]labelthe label to set
[out]errThe 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]dataprojectionThe data projection to set the label for.
[in]labelthe label to set
[out]errThe 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]dataprojectionusernumberThe data projection user number of the data projection to set the label for.
[in]regionusernumberThe region user number of data projection to set the label for.
[in]labelthe label to set
[out]errThe 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]dataprojectionusernumberThe data projection user number of the data projection to set the label for.
[in]parentregionusernumberThe user number of the parent region.
[in]interfaceusernumberThe user number of the interface.
[in]labelthe label to set
[out]errThe 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]dataprojectionThe data projection to set the label for.
[in]labelthe label to set
[out]errThe 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]dataprojectionusernumberThe data projection user number of the data projection to set the label for.
[in]regionusernumberThe region user number of data projection to set the label for.
[in]labelthe label to set
[out]errThe error code.

Definition at line 22946 of file opencmiss_iron.f90.