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

Destroy a data projection. More...

Private Member Functions

subroutine cmfe_dataprojection_destroynumber (dataProjectionUserNumber, regionUserNumber, err)
 Destroys a data projection identified by region user number. More...
 
subroutine cmfe_dataprojection_destroyobj (dataProjection, err)
 Destroys a data projection identified by an object. More...
 

Detailed Description

Destroy a data projection.

Definition at line 1830 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_dataprojection_destroy::cmfe_dataprojection_destroynumber ( integer(intg), intent(in)  dataProjectionUserNumber,
integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(out)  err 
)
private

Destroys a data projection identified by region user number.

Parameters
[in]dataprojectionusernumberThe data projection user number of the data projection to get starting xi for.
[in]regionusernumberThe region user number of the data projection to destroy.
[out]errThe error code.

Definition at line 20450 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_dataprojection_destroy::cmfe_dataprojection_destroyobj ( type(cmfe_dataprojectiontype), intent(inout)  dataProjection,
integer(intg), intent(out)  err 
)
private

Destroys a data projection identified by an object.

Parameters
[in,out]dataprojectionThe data projection to destroy.
[out]errThe error code.

Definition at line 20494 of file opencmiss_iron.f90.