Gets the label for a data point projection.
More...
|
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...
|
|
Gets the label for a data point projection.
Definition at line 1935 of file opencmiss_iron.f90.
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] | dataprojectionusernumber | The data projection user number of the data projection to get the label for. |
[in] | parentregionusernumber | The user number of the parent region. |
[in] | interfaceusernumber | The user number of the interface. |
[out] | label | the label to get |
[out] | err | The 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] | dataprojection | The data projection to get the label for. |
[out] | label | the label to get |
[out] | err | The 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] | dataprojectionusernumber | The data projection user number of the data projection to get the label for. |
[in] | regionusernumber | The region user number of data projection to get the label for. |
[out] | label | the label to get |
[out] | err | The 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] | dataprojectionusernumber | The data projection user number of the data projection to get the label for. |
[in] | parentregionusernumber | The user number of the parent region. |
[in] | interfaceusernumber | The user number of the interface. |
[out] | label | the label to get |
[out] | err | The 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] | dataprojection | The data projection to get the label for. |
[out] | label | the label to get |
[out] | err | The 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] | dataprojectionusernumber | The data projection user number of the data projection to get the label for. |
[in] | regionusernumber | The region user number of data projection to get the label for. |
[out] | label | the label to get |
[out] | err | The error code. |
Definition at line 22714 of file opencmiss_iron.f90.