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

Starts the process of creating data points in a region. More...

Private Member Functions

subroutine cmfe_datapoints_createstartnumber (regionUserNumber, numberOfDataPoints, err)
 Starts the process of creating data points in a region for data points identified by user number. More...
 
subroutine cmfe_datapoints_createstartobj (region, numberOfDataPoints, dataPoints, err)
 Starts the creation of a data points in a region for data points identified by an object. More...
 
subroutine cmfe_datapoints_createstartinterfaceobj (interface, numberOfDataPoints, dataPoints, err)
 Starts the creation of a data points in a region for data points identified by an object. More...
 

Detailed Description

Starts the process of creating data points in a region.

See also
OpenCMISS::Iron::cmfe_DataPoints_CreateFinish

Definition at line 1694 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_datapoints_createstart::cmfe_datapoints_createstartinterfaceobj ( type(cmfe_interfacetype), intent(in)  interface,
integer(intg), intent(in)  numberOfDataPoints,
type(cmfe_datapointstype), intent(in)  dataPoints,
integer(intg), intent(out)  err 
)
private

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

Parameters
[in]interfaceThe interface to start the creation of data points on.
[in]numberofdatapointsThe number of data points to create.
[in]datapointsOn return, the created data points.
[out]errThe error code.

Definition at line 19312 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_datapoints_createstart::cmfe_datapoints_createstartnumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  numberOfDataPoints,
integer(intg), intent(out)  err 
)
private

Starts 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 start the creation of.
[in]numberofdatapointsThe number of data points to create.
[out]errThe error code.

Definition at line 19247 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_datapoints_createstart::cmfe_datapoints_createstartobj ( type(cmfe_regiontype), intent(in)  region,
integer(intg), intent(in)  numberOfDataPoints,
type(cmfe_datapointstype), intent(inout)  dataPoints,
integer(intg), intent(out)  err 
)
private

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

Parameters
[in]regionThe region to start the creation of data points on.
[in]numberofdatapointsThe number of data points to create.
[in,out]datapointsOn return, the created data points.
[out]errThe error code.

Definition at line 19285 of file opencmiss_iron.f90.