OpenCMISS-Iron FORTRAN API Documentation
|
Returns the projection element line number for a data point identified by a given user number. More...
Private Member Functions | |
subroutine | cmfe_dataprojection_resultelementlinenumbergetnumber (regionUserNumber, dataProjectionUserNumber, dataPointUserNumber, ProjectionElementLineNumber, err) |
Returns the projection element line number for a data point in a set of data points identified by user number. More... | |
subroutine | cmfe_dataprojection_resultelementlinenumbergetobj (dataProjection, dataPointUserNumber, ProjectionElementLineNumber, err) |
Returns the projection element line number for a data point in a set of data points identified by an object. More... | |
Returns the projection element line number for a data point identified by a given user number.
Definition at line 1973 of file opencmiss_iron.f90.
|
private |
Returns the projection element line 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] | projectionelementlinenumber | On return, the projection element line number for the data point. |
[out] | err | The error code. |
Definition at line 21353 of file opencmiss_iron.f90.
|
private |
Returns the projection element line 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] | projectionelementlinenumber | On return, the projection element line number for the data point. |
[out] | err | The error code. |
Definition at line 21409 of file opencmiss_iron.f90.