|
OpenCMISS-Iron FORTRAN API Documentation
|
Starts the creation of a coordinate system. More...
Private Member Functions | |
| subroutine | cmfe_coordinatesystem_createstartnumber (coordinateSystemUserNumber, err) |
| Starts the creation of a coordinate system identified by a user number. More... | |
| subroutine | cmfe_coordinatesystem_createstartobj (coordinateSystemUserNumber, coordinateSystem, err) |
| Starts the creation of a coordinate system identified by an object. More... | |
Starts the creation of a coordinate system.
Definition at line 1567 of file opencmiss_iron.f90.
|
private |
Starts the creation of a coordinate system identified by a user number.
| [in] | coordinatesystemusernumber | The user number of the coordinate system to start creating. |
| [out] | err | The error code. |
Definition at line 18313 of file opencmiss_iron.f90.
|
private |
Starts the creation of a coordinate system identified by an object.
| [in] | coordinatesystemusernumber | The user number of the coordinate system to start creating. |
| [in,out] | coordinatesystem | On return, the coordinate system that has been created. |
| [out] | err | The error code. |
Definition at line 18344 of file opencmiss_iron.f90.