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

Returns the coordinate system orign. More...

Private Member Functions

subroutine cmfe_coordinatesystem_origingetnumber (coordinateSystemUserNumber, origin, err)
 Returns the origin of a coordinate system identified by a user number. More...
 
subroutine cmfe_coordinatesystem_origingetobj (coordinateSystem, origin, err)
 Returns the origin of a coordinate system identified by an object. More...
 

Detailed Description

Returns the coordinate system orign.

Definition at line 1627 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_coordinatesystem_originget::cmfe_coordinatesystem_origingetnumber ( integer(intg), intent(in)  coordinateSystemUserNumber,
real(dp), dimension(:), intent(out)  origin,
integer(intg), intent(out)  err 
)
private

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

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

Definition at line 18934 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_coordinatesystem_originget::cmfe_coordinatesystem_origingetobj ( type(cmfe_coordinatesystemtype), intent(in)  coordinateSystem,
real(dp), dimension(:), intent(out)  origin,
integer(intg), intent(out)  err 
)
private

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

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

Definition at line 18970 of file opencmiss_iron.f90.