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

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

Private Member Functions

subroutine cmfe_coordinatesystem_orientationsetnumber (coordinateSystemUserNumber, orientation, err)
 Sets/changes the orientation of a coordinate system identified by a user number. More...
 
subroutine cmfe_coordinatesystem_orientationsetobj (coordinateSystem, orientation, err)
 Sets/changes the orientation of a coordinate system identified by an object. More...
 

Detailed Description

Sets/changes the coordinate system orientation.

Definition at line 1645 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

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

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

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

Definition at line 19120 of file opencmiss_iron.f90.

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

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

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

Definition at line 19156 of file opencmiss_iron.f90.