OpenCMISS-Iron FORTRAN API Documentation
|
Sets/changes the coordinate system focus. More...
Private Member Functions | |
subroutine | cmfe_coordinatesystem_focussetnumber (coordinateSystemUserNumber, focus, err) |
Sets/changes the focus of a coordinate system identified by a user number. More... | |
subroutine | cmfe_coordinatesystem_focussetobj (coordinateSystem, focus, err) |
Sets/changes the focus of a coordinate system identified by an object. More... | |
Sets/changes the coordinate system focus.
user number method
fix pointers
Definition at line 1597 of file opencmiss_iron.f90.
|
private |
Sets/changes the focus of a coordinate system identified by a user number.
[in] | coordinatesystemusernumber | The user number of the coordinate system to set the focus for. |
[in] | focus | The focus of the coordinate system to set. |
[out] | err | The error code. |
Definition at line 18620 of file opencmiss_iron.f90.
|
private |
Sets/changes the focus of a coordinate system identified by an object.
[in,out] | coordinatesystem | The coordinate system to set the focus for. |
[in] | focus | The focus of the coordinate system to set. |
[out] | err | The error code. |
Definition at line 18656 of file opencmiss_iron.f90.