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

Sets/changes the coordinate system type. More...

Private Member Functions

subroutine cmfe_coordinatesystem_typesetnumber (coordinateSystemUserNumber, coordinateSystemType, err)
 Sets/changes the type of a coordinate system identified by a user number. More...
 
subroutine cmfe_coordinatesystem_typesetobj (coordinateSystem, coordinateSystemType, err)
 Sets/changes the type of a coordinate system identified by an object. More...
 

Detailed Description

Sets/changes the coordinate system type.

Todo:

user number method

fix pointers

Definition at line 1621 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_coordinatesystem_typeset::cmfe_coordinatesystem_typesetnumber ( integer(intg), intent(in)  coordinateSystemUserNumber,
integer(intg), intent(in)  coordinateSystemType,
integer(intg), intent(out)  err 
)
private

Sets/changes the type of a coordinate system identified by a user number.

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

Definition at line 18872 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_coordinatesystem_typeset::cmfe_coordinatesystem_typesetobj ( type(cmfe_coordinatesystemtype), intent(inout)  coordinateSystem,
integer(intg), intent(in)  coordinateSystemType,
integer(intg), intent(out)  err 
)
private

Sets/changes the type of a coordinate system identified by an object.

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

Definition at line 18908 of file opencmiss_iron.f90.