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

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

Private Member Functions

subroutine cmfe_coordinatesystem_focussetnumber (coordinateSystemUserNumber, focus, err)
 Sets/changes the focus of a coordinate system identified by a user number. More...
 
subroutine cmfe_coordinatesystem_focussetobj (coordinateSystem, focus, err)
 Sets/changes the focus of a coordinate system identified by an object. More...
 

Detailed Description

Sets/changes the coordinate system focus.

Todo:

user number method

fix pointers

Definition at line 1597 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_coordinatesystem_focusset::cmfe_coordinatesystem_focussetnumber ( integer(intg), intent(in)  coordinateSystemUserNumber,
real(dp), intent(in)  focus,
integer(intg), intent(out)  err 
)
private

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

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

Definition at line 18620 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_coordinatesystem_focusset::cmfe_coordinatesystem_focussetobj ( type(cmfe_coordinatesystemtype), intent(inout)  coordinateSystem,
real(dp), intent(in)  focus,
integer(intg), intent(out)  err 
)
private

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

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

Definition at line 18656 of file opencmiss_iron.f90.