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