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

Returns the coordinate system orientation. More...

Private Member Functions

subroutine cmfe_coordinatesystem_orientationgetnumber (coordinateSystemUserNumber, orientation, err)
 Returns the orientation of a coordinate system identified by a user number. More...
 
subroutine cmfe_coordinatesystem_orientationgetobj (coordinateSystem, orientation, err)
 Returns the orientation of a coordinate system identified by an object. More...
 

Detailed Description

Returns the coordinate system orientation.

Definition at line 1639 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_coordinatesystem_orientationget::cmfe_coordinatesystem_orientationgetnumber ( integer(intg), intent(in)  coordinateSystemUserNumber,
real(dp), dimension(:,:), intent(out)  orientation,
integer(intg), intent(out)  err 
)
private

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

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

Definition at line 19058 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_coordinatesystem_orientationget::cmfe_coordinatesystem_orientationgetobj ( type(cmfe_coordinatesystemtype), intent(in)  coordinateSystem,
real(dp), dimension(:,:), intent(out)  orientation,
integer(intg), intent(out)  err 
)
private

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

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

Definition at line 19094 of file opencmiss_iron.f90.