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

Sets/changes the label for a data point identified by a given global number. More...

Private Member Functions

subroutine cmfe_datapoints_labelsetcnumber (regionUserNumber, dataPointGlobalNumber, label, err)
 Sets/changes the character label for a data point in a set of data points identified by user number. More...
 
subroutine cmfe_datapoints_labelsetcobj (dataPoints, dataPointGlobalNumber, label, err)
 Sets/changes the character label for a data point in a set of data points identified by an object. More...
 
subroutine cmfe_datapoints_labelsetvsnumber (regionUserNumber, dataPointGlobalNumber, label, err)
 Sets/changes the varying string label for a data point in a set of data points identified by user number. More...
 
subroutine cmfe_datapoints_labelsetvsobj (dataPoints, dataPointGlobalNumber, label, err)
 Sets/changes the varying string label for a data point in a set of data points identified by an object. More...
 

Detailed Description

Sets/changes the label for a data point identified by a given global number.

Todo:
should this be a user number?

Definition at line 1721 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_datapoints_labelset::cmfe_datapoints_labelsetcnumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  dataPointGlobalNumber,
character(len=*), intent(in)  label,
integer(intg), intent(out)  err 
)
private

Sets/changes the character label for a data point in a set of data points identified by user number.

Parameters
[in]regionusernumberThe user number of the region containing the data points to set the label for.
[in]datapointglobalnumberThe global number of the data points to set the label for.
[in]labelThe label for the data point to set.
[out]errThe error code.

Definition at line 19607 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_datapoints_labelset::cmfe_datapoints_labelsetcobj ( type(cmfe_datapointstype), intent(in)  dataPoints,
integer(intg), intent(in)  dataPointGlobalNumber,
character(len=*), intent(in)  label,
integer(intg), intent(out)  err 
)
private

Sets/changes the character label for a data point in a set of data points identified by an object.

Parameters
[in]datapointsThe data points to set the label for.
[in]datapointglobalnumberThe global number of the data points to set the label for.
[in]labelThe label for the data point to set.
[out]errThe error code.

Definition at line 19647 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_datapoints_labelset::cmfe_datapoints_labelsetvsnumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  dataPointGlobalNumber,
type(varying_string), intent(in)  label,
integer(intg), intent(out)  err 
)
private

Sets/changes the varying string label for a data point in a set of data points identified by user number.

Parameters
[in]regionusernumberThe user number of the region containing the data points to set the label for.
[in]datapointglobalnumberThe global number of the data points to set the label for.
[in]labelThe label for the data point to set.
[out]errThe error code.

Definition at line 19674 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_datapoints_labelset::cmfe_datapoints_labelsetvsobj ( type(cmfe_datapointstype), intent(in)  dataPoints,
integer(intg), intent(in)  dataPointGlobalNumber,
type(varying_string), intent(in)  label,
integer(intg), intent(out)  err 
)
private

Sets/changes the varying string label for a data point in a set of data points identified by an object.

Parameters
[in]datapointsThe data points to set the label for.
[in]datapointglobalnumberThe global number of the data points to set the label for.
[in]labelThe label for the data point to set.
[out]errThe error code.

Definition at line 19714 of file opencmiss_iron.f90.