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

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

Private Member Functions

subroutine cmfe_coordinatesystem_originsetnumber (coordinateSystemUserNumber, origin, err)
 Sets/changes the origin of a coordinate system identified by a user number. More...
 
subroutine cmfe_coordinatesystem_originsetobj (coordinateSystem, origin, err)
 Sets/changes the origin of a coordinate system identified by an object. More...
 

Detailed Description

Sets/changes the coordinate system orign.

Definition at line 1633 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

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

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

Parameters
[in]coordinatesystemusernumberThe user number of the coordinate system to set the origin for.
[in]originThe orign of the coordinate system to set.
[out]errThe error code.

Definition at line 18996 of file opencmiss_iron.f90.

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

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

Parameters
[in]coordinatesystemThe coordinate system to set the origin for.
[in]originThe origin of the coordinate system to set.
[out]errThe error code.

Definition at line 19032 of file opencmiss_iron.f90.