OpenCMISS-Iron Internal API Documentation
|
Returns the coordinate system dimension. More...
Private Member Functions | |
subroutine | cmfe_coordinatesystem_dimensiongetnumber (coordinateSystemUserNumber, coordinateSystemDimension, err) |
Returns the dimension of a coordinate system identified by a user number. More... | |
subroutine | cmfe_coordinatesystem_dimensiongetobj (coordinateSystem, coordinateSystemDimension, err) |
Returns the dimension of a coordinate system identified by an object. More... | |
Returns the coordinate system dimension.
user number method
fix pointers
Definition at line 1579 of file opencmiss_iron.f90.
|
private |
Returns the dimension of a coordinate system identified by a user number.
[in] | coordinatesystemusernumber | The user number of the coordinate system to get the dimension for. |
[out] | coordinatesystemdimension | On return, the dimension of the coordinate system |
[out] | err | The error code. |
Definition at line 18434 of file opencmiss_iron.f90.
|
private |
Returns the dimension of a coordinate system identified by an object.
[in] | coordinatesystem | The coordinate system to get the dimension for. |
[out] | coordinatesystemdimension | On return, the dimension of the coordinate system. |
[out] | err | The error code. |
Definition at line 18470 of file opencmiss_iron.f90.