OpenCMISS-Iron Internal API Documentation
|
Returns the values for a data point identified by a given global number. More...
Private Member Functions | |
subroutine | cmfe_datapoints_valuesgetnumber (regionUserNumber, dataPointGlobalNumber, dataPointValues, err) |
Returns the values for a data point in a set of data points identified by user number. More... | |
subroutine | cmfe_datapoints_valuesgetobj (dataPoints, dataPointGlobalNumber, dataPointValues, err) |
Returns the values for a data point in a set of data points identified by an object. More... | |
Returns the values for a data point identified by a given global number.
Definition at line 1741 of file opencmiss_iron.f90.
|
private |
Returns the values for a data point in a set of data points identified by user number.
[in] | regionusernumber | The user number of the region containing the data points to get the data point user number for. |
[in] | datapointglobalnumber | The global number of the data points to get the data point values for. |
[out] | datapointvalues | On return, the values for the data point. |
[out] | err | The error code. |
Definition at line 19875 of file opencmiss_iron.f90.
|
private |
Returns the values for a data point in a set of data points identified by an object.
[in] | datapoints | The data points to get the data point user number for. |
[in] | datapointglobalnumber | The global number of the data points to get the data point user number for. |
[out] | datapointvalues | On return, the values for the data point. |
[out] | err | The error code. |
Definition at line 19915 of file opencmiss_iron.f90.