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

Returns the coordinate system radial interpolation type. More...

Private Member Functions

subroutine cmfe_coordinatesystem_radialinterpolationgetnumber (coordinateSystemUserNumber, radialInterpolationType, err)
 Returns the radial interpolation type of a coordinate system identified by a user number. More...
 
subroutine cmfe_coordinatesystem_radialinterpolationgetobj (coordinateSystem, radialInterpolationType, err)
 Returns the radial interpolation type of a coordinate system identified by an object. More...
 

Detailed Description

Returns the coordinate system radial interpolation type.

Todo:

user number method

fix pointers

Definition at line 1603 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_coordinatesystem_radialinterpolationget::cmfe_coordinatesystem_radialinterpolationgetnumber ( integer(intg), intent(in)  coordinateSystemUserNumber,
integer(intg), intent(out)  radialInterpolationType,
integer(intg), intent(out)  err 
)
private

Returns the radial interpolation type of a coordinate system identified by a user number.

Parameters
[in]coordinatesystemusernumberThe user number of the coordinate system to get the radial interpolation for.
[out]radialinterpolationtypeOn return, the radial interpolation type of the coordinate system
See also
OPENCMISS::Coordinate::RadialInterpolations
Parameters
[out]errThe error code.

Definition at line 18682 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_coordinatesystem_radialinterpolationget::cmfe_coordinatesystem_radialinterpolationgetobj ( type(cmfe_coordinatesystemtype), intent(inout)  coordinateSystem,
integer(intg), intent(out)  radialInterpolationType,
integer(intg), intent(out)  err 
)
private

Returns the radial interpolation type of a coordinate system identified by an object.

Parameters
[in,out]coordinatesystemThe coordinate system to get the radial interpolation type for.
[out]radialinterpolationtypeOn return, the radial interpolation type of the coordinate system.
See also
OPENCMISS::Coordinate::RadialInterpolations
Parameters
[out]errThe error code.

Definition at line 18719 of file opencmiss_iron.f90.