Starts the process of creating data points in a region.  
 More...
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.
  
  | 
        
          | 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] | interface | The interface to start the creation of data points on. |  | [in] | numberofdatapoints | The number of data points to create. |  | [in] | datapoints | On return, the created data points. |  | [out] | err | The 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] | regionusernumber | The user number of the region containing the data points to start the creation of. |  | [in] | numberofdatapoints | The number of data points to create. |  | [out] | err | The 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] | region | The region to start the creation of data points on. |  | [in] | numberofdatapoints | The number of data points to create. |  | [in,out] | datapoints | On return, the created data points. |  | [out] | err | The error code. |  
 
Definition at line 19285 of file opencmiss_iron.f90.