OpenCMISS-Iron Internal API Documentation
|
Returns the projection xi for a data point identified by a given user number. More...
Private Member Functions | |
subroutine | cmfe_dataprojection_resultxigetnumber (regionUserNumber, dataProjectionUserNumber, dataPointUserNumber, ProjectionXi, err) |
Returns the projection xi for a data point in a set of data points identified by user number. More... | |
subroutine | cmfe_dataprojection_resultxigetobj (dataProjection, dataPointUserNumber, ProjectionXi, err) |
Returns the projection xi for a data point in a set of data points identified by an object. More... | |
Returns the projection xi for a data point identified by a given user number.
Definition at line 1985 of file opencmiss_iron.f90.
|
private |
Returns the projection xi 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 attributes for. |
[in] | dataprojectionusernumber | The user number of the data projection containing the data points to get attributes for. |
[in] | datapointusernumber | The user number of the data points to get attributes for. |
[out] | projectionxi | On return, the projection xi for the data point. |
[out] | err | The error code. |
Definition at line 21520 of file opencmiss_iron.f90.
|
private |
Returns the projection xi for a data point in a set of data points identified by an object.
[in] | dataprojection | The data projection to get attributes for. |
[in] | datapointusernumber | The user number of the data points to get attributes for. |
[out] | projectionxi | On return, the projection xi for the data point. |
[out] | err | The error code. |
Definition at line 21573 of file opencmiss_iron.f90.