OpenCMISS-Iron FORTRAN API Documentation
|
Finishes the process of creating data points in a region. More...
Private Member Functions | |
subroutine | cmfe_datapoints_createfinishnumber (regionUserNumber, err) |
Finishes the process of creating data points in a region for data points identified by user number. More... | |
subroutine | cmfe_datapoints_createfinishobj (dataPoints, err) |
Finishes the creation of a data points in a region for data points identified by an object. More... | |
Finishes the process of creating data points in a region.
Definition at line 1688 of file opencmiss_iron.f90.
|
private |
Finishes the process of creating 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 finish the creation of. |
[out] | err | The error code. |
Definition at line 19184 of file opencmiss_iron.f90.
|
private |
Finishes the creation of a data points in a region for data points identified by an object.
[in] | datapoints | The data points to finish creating. |
[out] | err | The error code. |
Definition at line 19222 of file opencmiss_iron.f90.