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

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...
 

Detailed Description

Finishes the process of creating data points in a region.

See also
OpenCMISS::Iron::cmfe_DataPoints_CreateStart

Definition at line 1688 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_datapoints_createfinish::cmfe_datapoints_createfinishnumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(out)  err 
)
private

Finishes the process of creating 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 finish the creation of.
[out]errThe error code.

Definition at line 19184 of file opencmiss_iron.f90.

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

Finishes the creation of a data points in a region for data points identified by an object.

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

Definition at line 19222 of file opencmiss_iron.f90.