|
|
Sets the values for the complete domain of the data, by passing all the values as a dense array in column major order. Applies to integer, double and (if the range is a subset of Integers) element valued data.
virtual void setValuesCMO(const int values[], int numberOfValues) = 0;
|
Parameters |
Description |
|
const int values[] |
The new values of the data, supplied in column major ordering. |
|
int numberOfValues |
The length of the array of values. |