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

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

Private Member Functions

subroutine cmfe_coordinatesystem_dimensionsetnumber (coordinateSystemUserNumber, coordinateSystemDimension, err)
 Sets/changes the dimension of a coordinate system identified by a user number. More...
 
subroutine cmfe_coordinatesystem_dimensionsetobj (coordinateSystem, coordinateSystemDimension, err)
 Sets/changes the dimension of a coordinate system identified by an object. More...
 

Detailed Description

Sets/changes the coordinate system dimension.

Todo:
fix pointers

Definition at line 1585 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_coordinatesystem_dimensionset::cmfe_coordinatesystem_dimensionsetnumber ( integer(intg), intent(in)  coordinateSystemUserNumber,
integer(intg), intent(in)  coordinateSystemDimension,
integer(intg), intent(out)  err 
)
private

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

Parameters
[in]coordinatesystemusernumberThe user number of the coordinate system to set the dimension for.
[in]coordinatesystemdimensionThe dimension of the coordinate system to set.
[out]errThe error code.

Definition at line 18496 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_coordinatesystem_dimensionset::cmfe_coordinatesystem_dimensionsetobj ( type(cmfe_coordinatesystemtype), intent(inout)  coordinateSystem,
integer(intg), intent(in)  coordinateSystemDimension,
integer(intg), intent(out)  err 
)
private

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

Parameters
[in,out]coordinatesystemThe coordinate system to set the dimension for.
[in]coordinatesystemdimensionThe dimension of the coordinate system to set.
[out]errThe error code.

Definition at line 18532 of file opencmiss_iron.f90.