OpenCMISS-Iron FORTRAN API Documentation
opencmiss_iron::cmfe_dataprojection_labelget Interface Reference

Gets the label for a data point projection. More...

Private Member Functions

subroutine cmfe_dataprojection_labelgetcregionnumber (dataProjectionUserNumber, regionUserNumber, label, err)
 Get the character string label of a data projection identified by a region user number. More...
 
subroutine cmfe_dataprojection_labelgetcinterfacenumber (dataProjectionUserNumber, parentRegionUserNumber, interfaceUserNumber, label, err)
 Get the character string label of a data projection identified by a region user number. More...
 
subroutine cmfe_dataprojection_labelgetcobj (dataProjection, label, err)
 Gets the character string label of a data projection identified an object. More...
 
subroutine cmfe_dataprojection_labelgetvsregionnumber (dataProjectionUserNumber, regionUserNumber, label, err)
 Get the varying string label of a data projection identified by a region user number. More...
 
subroutine cmfe_dataprojection_labelgetvsinterfacenumber (dataProjectionUserNumber, parentRegionUserNumber, interfaceUserNumber, label, err)
 Get the varying string label of a data projection identified by a region user number. More...
 
subroutine cmfe_dataprojection_labelgetvsobj (dataProjection, label, err)
 Gets the varying string label of a data projection identified an object. More...
 

Detailed Description

Gets the label for a data point projection.

Definition at line 1935 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_dataprojection_labelget::cmfe_dataprojection_labelgetcinterfacenumber ( integer(intg), intent(in)  dataProjectionUserNumber,
integer(intg), intent(in)  parentRegionUserNumber,
integer(intg), intent(in)  interfaceUserNumber,
character(len=*), intent(out)  label,
integer(intg), intent(out)  err 
)
private

Get 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 get the label for.
[in]parentregionusernumberThe user number of the parent region.
[in]interfaceusernumberThe user number of the interface.
[out]labelthe label to get
[out]errThe error code.

Definition at line 22574 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_dataprojection_labelget::cmfe_dataprojection_labelgetcobj ( type(cmfe_dataprojectiontype), intent(inout)  dataProjection,
character(len=*), intent(out)  label,
integer(intg), intent(out)  err 
)
private

Gets the character string label of a data projection identified an object.

Parameters
[in,out]dataprojectionThe data projection to get the label for.
[out]labelthe label to get
[out]errThe error code.

Definition at line 22753 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_dataprojection_labelget::cmfe_dataprojection_labelgetcregionnumber ( integer(intg), intent(in)  dataProjectionUserNumber,
integer(intg), intent(in)  regionUserNumber,
character(len=*), intent(out)  label,
integer(intg), intent(out)  err 
)
private

Get 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 get the label for.
[in]regionusernumberThe region user number of data projection to get the label for.
[out]labelthe label to get
[out]errThe error code.

Definition at line 22675 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_dataprojection_labelget::cmfe_dataprojection_labelgetvsinterfacenumber ( integer(intg), intent(in)  dataProjectionUserNumber,
integer(intg), intent(in)  parentRegionUserNumber,
integer(intg), intent(in)  interfaceUserNumber,
type(varying_string), intent(out)  label,
integer(intg), intent(out)  err 
)
private

Get 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 get the label for.
[in]parentregionusernumberThe user number of the parent region.
[in]interfaceusernumberThe user number of the interface.
[out]labelthe label to get
[out]errThe error code.

Definition at line 22625 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_dataprojection_labelget::cmfe_dataprojection_labelgetvsobj ( type(cmfe_dataprojectiontype), intent(inout)  dataProjection,
type(varying_string), intent(out)  label,
integer(intg), intent(out)  err 
)
private

Gets the varying string label of a data projection identified an object.

Parameters
[in,out]dataprojectionThe data projection to get the label for.
[out]labelthe label to get
[out]errThe error code.

Definition at line 22779 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_dataprojection_labelget::cmfe_dataprojection_labelgetvsregionnumber ( integer(intg), intent(in)  dataProjectionUserNumber,
integer(intg), intent(in)  regionUserNumber,
type(varying_string), intent(out)  label,
integer(intg), intent(out)  err 
)
private

Get 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 get the label for.
[in]regionusernumberThe region user number of data projection to get the label for.
[out]labelthe label to get
[out]errThe error code.

Definition at line 22714 of file opencmiss_iron.f90.