OpenCMISS-Iron Internal API Documentation
|
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... | |
Destroys data points.
Definition at line 1701 of file opencmiss_iron.f90.
|
private |
Destroys the data points in a region for data points identified by user number.
[in] | regionusernumber | The user number of the region containing the data points to destroy. |
[out] | err | The error code. |
Definition at line 19344 of file opencmiss_iron.f90.
|
private |
Destroys the data points in a region for data points identified by an object.
[in] | datapoints | The data points to destroy. |
[out] | err | The error code. |
Definition at line 19382 of file opencmiss_iron.f90.