OpenCMISS-Iron Internal API Documentation
opencmiss_iron::cmfe_coordinatesystem_destroy Interface Reference

Destorys a coordinate system. More...

Private Member Functions

subroutine cmfe_coordinatesystem_destroynumber (coordinateSystemUserNumber, err)
 Destroys a coordinate system identified by a user number. More...
 
subroutine cmfe_coordinatesystem_destroyobj (coordinateSystem, err)
 Destroys a coordinate system identified by an object. More...
 

Detailed Description

Destorys a coordinate system.

Definition at line 1573 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_coordinatesystem_destroy::cmfe_coordinatesystem_destroynumber ( integer(intg), intent(in)  coordinateSystemUserNumber,
integer(intg), intent(out)  err 
)
private

Destroys a coordinate system identified by a user number.

Parameters
[in]coordinatesystemusernumberThe user number of the coordinate system to destroy.
[out]errThe error code.

Definition at line 18374 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_coordinatesystem_destroy::cmfe_coordinatesystem_destroyobj ( type(cmfe_coordinatesystemtype), intent(inout)  coordinateSystem,
integer(intg), intent(out)  err 
)
private

Destroys a coordinate system identified by an object.

Parameters
[in,out]coordinatesystemThe coordinate system to destroy.
[out]errThe error code.

Definition at line 18409 of file opencmiss_iron.f90.