OpenCMISS-Iron FORTRAN API Documentation
opencmiss_iron::cmfe_coordinatesystem_createstart Interface Reference

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...
 

Detailed Description

Starts the creation of a coordinate system.

See also
OpenCMISS::Iron::cmfe_CoordinateSystem_CreateFinish

Definition at line 1567 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_coordinatesystem_createstart::cmfe_coordinatesystem_createstartnumber ( integer(intg), intent(in)  coordinateSystemUserNumber,
integer(intg), intent(out)  err 
)
private

Starts the creation of a coordinate system identified by a user number.

Parameters
[in]coordinatesystemusernumberThe user number of the coordinate system to start creating.
[out]errThe error code.

Definition at line 18313 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_coordinatesystem_createstart::cmfe_coordinatesystem_createstartobj ( integer(intg), intent(in)  coordinateSystemUserNumber,
type(cmfe_coordinatesystemtype), intent(inout)  coordinateSystem,
integer(intg), intent(out)  err 
)
private

Starts the creation of a coordinate system identified by an object.

Parameters
[in]coordinatesystemusernumberThe user number of the coordinate system to start creating.
[in,out]coordinatesystemOn return, the coordinate system that has been created.
[out]errThe error code.

Definition at line 18344 of file opencmiss_iron.f90.