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

Sets/changes the coordinate system radial interpolation type. More...

Private Member Functions

subroutine cmfe_coordinatesystem_radialinterpolationsetnumber (coordinateSystemUserNumber, radialInterpolationType, err)
 Sets/changes the radial interpolation type of a coordinate system identified by a user number. More...
 
subroutine cmfe_coordinatesystem_radialinterpolationsetobj (coordinateSystem, radialInterpolationType, err)
 Sets/changes the radial interpolation type of a coordinate system identified by an object. More...
 

Detailed Description

Sets/changes the coordinate system radial interpolation type.

Todo:

user number method

fix pointers

Definition at line 1609 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_coordinatesystem_radialinterpolationset::cmfe_coordinatesystem_radialinterpolationsetnumber ( integer(intg), intent(in)  coordinateSystemUserNumber,
integer(intg), intent(in)  radialInterpolationType,
integer(intg), intent(out)  err 
)
private

Sets/changes the radial interpolation type of a coordinate system identified by a user number.

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

Definition at line 18746 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_coordinatesystem_radialinterpolationset::cmfe_coordinatesystem_radialinterpolationsetobj ( type(cmfe_coordinatesystemtype), intent(inout)  coordinateSystem,
integer(intg), intent(in)  radialInterpolationType,
integer(intg), intent(out)  err 
)
private

Sets/changes the radial interpolation type of a coordinate system identified by an object.

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

Definition at line 18783 of file opencmiss_iron.f90.