OpenCMISS-Iron Internal API Documentation
|
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... | |
Sets/changes the coordinate system radial interpolation type.
user number method
fix pointers
Definition at line 1609 of file opencmiss_iron.f90.
|
private |
Sets/changes the radial interpolation type of a coordinate system identified by a user number.
[in] | coordinatesystemusernumber | The user number of the coordinate system to set the radial interpolation for. |
[in] | radialinterpolationtype | The radial interpolation type of the coordinate system to set. |
[out] | err | The error code. |
Definition at line 18746 of file opencmiss_iron.f90.
|
private |
Sets/changes the radial interpolation type of a coordinate system identified by an object.
[in,out] | coordinatesystem | The coordinate system to set the radial interpolation type for. |
[in] | radialinterpolationtype | The radial interpolation type of the coordinate system to set. |
[out] | err | The error code. |
Definition at line 18783 of file opencmiss_iron.f90.