OpenCMISS-Iron Internal API Documentation
|
Returns the projection element number for a data point identified by a given user number. More...
Private Member Functions | |
subroutine | cmfe_dataprojection_resultelementnumbergetnumber (regionUserNumber, dataProjectionUserNumber, dataPointUserNumber, ProjectionElementNumber, err) |
Returns the projection element number for a data point in a set of data points identified by user number. More... | |
subroutine | cmfe_dataprojection_resultelementnumbergetobj (dataProjection, dataPointUserNumber, ProjectionElementNumber, err) |
Returns the projection element number for a data point in a set of data points identified by an object. More... | |
Returns the projection element number for a data point identified by a given user number.
Definition at line 1961 of file opencmiss_iron.f90.
|
private |
Returns the projection element number 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] | projectionelementnumber | On return, the projection element number for the data point. |
[out] | err | The error code. |
Definition at line 21183 of file opencmiss_iron.f90.
|
private |
Returns the projection element number 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] | projectionelementnumber | On return, the projection element number for the data point. |
[out] | err | The error code. |
Definition at line 21237 of file opencmiss_iron.f90.