OpenCMISS-Iron Internal API Documentation
|
Returns the coordinate system focus. More...
Private Member Functions | |
subroutine | cmfe_coordinatesystem_focusgetnumber (coordinateSystemUserNumber, focus, err) |
Returns the focus of a coordinate system identified by a user number. More... | |
subroutine | cmfe_coordinatesystem_focusgetobj (coordinateSystem, focus, err) |
Returns the focus of a coordinate system identified by an object. More... | |
Returns the coordinate system focus.
user number method
fix pointers
Definition at line 1591 of file opencmiss_iron.f90.
|
private |
Returns the focus of a coordinate system identified by a user number.
[in] | coordinatesystemusernumber | The user number of the coordinate system to get the focus for. |
[out] | focus | On return, the focus of the coordinate system |
[out] | err | The error code. |
Definition at line 18558 of file opencmiss_iron.f90.
|
private |
Returns the focus of a coordinate system identified by an object.
[in] | coordinatesystem | The coordinate system to get the focus for. |
[out] | focus | On return, the focus of the coordinate system. |
[out] | err | The error code. |
Definition at line 18594 of file opencmiss_iron.f90.