OpenCMISS-Iron Internal API Documentation
opencmiss_iron::cmfe_coordinatesystem_createfinish Interface Reference

Finishes the creation of a coordinate system. More...

Private Member Functions

subroutine cmfe_coordinatesystem_createfinishnumber (coordinateSystemUserNumber, err)
 Finishes the creation of a coordinate system identified by a user number. More...
 
subroutine cmfe_coordinatesystem_createfinishobj (coordinateSystem, err)
 Finishes the creation of a coordinate system identified by an object. More...
 

Detailed Description

Finishes the creation of a coordinate system.

See also
OpenCMISS::Iron::cmfe_CoordinateSystem_CreateStart

Definition at line 1561 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_coordinatesystem_createfinish::cmfe_coordinatesystem_createfinishnumber ( integer(intg), intent(in)  coordinateSystemUserNumber,
integer(intg), intent(out)  err 
)
private

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

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

Definition at line 18245 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_coordinatesystem_createfinish::cmfe_coordinatesystem_createfinishobj ( type(cmfe_coordinatesystemtype), intent(inout)  coordinateSystem,
integer(intg), intent(out)  err 
)
private

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

Parameters
[in,out]coordinatesystemThe coordinate system to finish creating.
[out]errThe error code.

Definition at line 18284 of file opencmiss_iron.f90.