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

Returns the coordinate system type. More...

Private Member Functions

subroutine cmfe_coordinatesystem_typegetnumber (coordinateSystemUserNumber, coordinateSystemType, err)
 Returns the type of a coordinate system identified by a user number. More...
 
subroutine cmfe_coordinatesystem_typegetobj (coordinateSystem, coordinateSystemType, err)
 Returns the type of a coordinate system identified by an object. More...
 

Detailed Description

Returns the coordinate system type.

Todo:

user number method

fix pointers

Definition at line 1615 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_coordinatesystem_typeget::cmfe_coordinatesystem_typegetnumber ( integer(intg), intent(in)  coordinateSystemUserNumber,
integer(intg), intent(out)  coordinateSystemType,
integer(intg), intent(out)  err 
)
private

Returns the type of a coordinate system identified by a user number.

Parameters
[in]coordinatesystemusernumberThe user number of the coordinate system to get the type for.
[out]coordinatesystemtypeOn return, the type of the coordinate system.
See also
OPENCMISS::Coordinate::SystemTypes
Parameters
[out]errThe error code.

Definition at line 18810 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_coordinatesystem_typeget::cmfe_coordinatesystem_typegetobj ( type(cmfe_coordinatesystemtype), intent(in)  coordinateSystem,
integer(intg), intent(out)  coordinateSystemType,
integer(intg), intent(out)  err 
)
private

Returns the type of a coordinate system identified by an object.

Parameters
[in]coordinatesystemThe coordinate system to get the type for.
[out]coordinatesystemtypeOn return, the type of the coordinate system.
See also
OPENCMISS::Coordinate::SystemTypes
Parameters
[out]errThe error code.

Definition at line 18846 of file opencmiss_iron.f90.