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

Destroys data points. More...

Private Member Functions

subroutine cmfe_datapoints_destroynumber (regionUserNumber, err)
 Destroys the data points in a region for data points identified by user number. More...
 
subroutine cmfe_datapoints_destroyobj (dataPoints, err)
 Destroys the data points in a region for data points identified by an object. More...
 

Detailed Description

Destroys data points.

Definition at line 1701 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_datapoints_destroy::cmfe_datapoints_destroynumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(out)  err 
)
private

Destroys the data points in a region for data points identified by user number.

Parameters
[in]regionusernumberThe user number of the region containing the data points to destroy.
[out]errThe error code.

Definition at line 19344 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_datapoints_destroy::cmfe_datapoints_destroyobj ( type(cmfe_datapointstype), intent(in)  dataPoints,
integer(intg), intent(out)  err 
)
private

Destroys the data points in a region for data points identified by an object.

Parameters
[in]datapointsThe data points to destroy.
[out]errThe error code.

Definition at line 19382 of file opencmiss_iron.f90.