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

Returns the coordinate system dimension. More...

Private Member Functions

subroutine cmfe_coordinatesystem_dimensiongetnumber (coordinateSystemUserNumber, coordinateSystemDimension, err)
 Returns the dimension of a coordinate system identified by a user number. More...
 
subroutine cmfe_coordinatesystem_dimensiongetobj (coordinateSystem, coordinateSystemDimension, err)
 Returns the dimension of a coordinate system identified by an object. More...
 

Detailed Description

Returns the coordinate system dimension.

Todo:

user number method

fix pointers

Definition at line 1579 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_coordinatesystem_dimensionget::cmfe_coordinatesystem_dimensiongetnumber ( integer(intg), intent(in)  coordinateSystemUserNumber,
integer(intg), intent(out)  coordinateSystemDimension,
integer(intg), intent(out)  err 
)
private

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

Parameters
[in]coordinatesystemusernumberThe user number of the coordinate system to get the dimension for.
[out]coordinatesystemdimensionOn return, the dimension of the coordinate system
[out]errThe error code.

Definition at line 18434 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_coordinatesystem_dimensionget::cmfe_coordinatesystem_dimensiongetobj ( type(cmfe_coordinatesystemtype), intent(in)  coordinateSystem,
integer(intg), intent(out)  coordinateSystemDimension,
integer(intg), intent(out)  err 
)
private

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

Parameters
[in]coordinatesystemThe coordinate system to get the dimension for.
[out]coordinatesystemdimensionOn return, the dimension of the coordinate system.
[out]errThe error code.

Definition at line 18470 of file opencmiss_iron.f90.