OpenCMISS-Iron Internal API Documentation
|
Sets/changes the weights for a data point identified by a given global number. More...
Private Member Functions | |
subroutine | cmfe_datapoints_weightssetnumber (regionUserNumber, dataPointGlobalNumber, dataPointWeights, err) |
Sets/changes the weights for a data point in a set of data points identified by user number. More... | |
subroutine | cmfe_datapoints_weightssetobj (dataPoints, dataPointGlobalNumber, dataPointWeights, err) |
Sets/changes the weights for a data point in a set of data points identified by an object. More... | |
Sets/changes the weights for a data point identified by a given global number.
Definition at line 1759 of file opencmiss_iron.f90.
|
private |
Sets/changes the weights for a data point in a set of data points identified by user number.
[in] | regionusernumber | The user number of the region containing the data points to set the data point user number for. |
[in] | datapointglobalnumber | The global number of the data points to set the data point user number for. |
[in] | datapointweights | The weights for the data point to set. |
[out] | err | The error code. |
Definition at line 20076 of file opencmiss_iron.f90.
|
private |
Sets/changes the weights for a data point in a set of data points identified by an object.
[in] | datapoints | The data points to set the data point user number for. |
[in] | datapointglobalnumber | The global number of the data points to set the data point user number for. |
[in] | datapointweights | The weights for the data point to set. |
[out] | err | The error code. |
Definition at line 20116 of file opencmiss_iron.f90.