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