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

Returns the coordinate system focus. More...

Private Member Functions

subroutine cmfe_coordinatesystem_focusgetnumber (coordinateSystemUserNumber, focus, err)
 Returns the focus of a coordinate system identified by a user number. More...
 
subroutine cmfe_coordinatesystem_focusgetobj (coordinateSystem, focus, err)
 Returns the focus of a coordinate system identified by an object. More...
 

Detailed Description

Returns the coordinate system focus.

Todo:

user number method

fix pointers

Definition at line 1591 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

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

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

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

Definition at line 18558 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_coordinatesystem_focusget::cmfe_coordinatesystem_focusgetobj ( type(cmfe_coordinatesystemtype), intent(in)  coordinateSystem,
real(dp), intent(out)  focus,
integer(intg), intent(out)  err 
)
private

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

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

Definition at line 18594 of file opencmiss_iron.f90.