ContentsIndexHome
PreviousUpNext
IDataView::setValuesCMO Method (double, int)

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 double valued data only. 

 

C++
virtual void setValuesCMO(const double values[], 
                                  int numberOfValues) = 0;
Parameters 
Description 
const double values[] 
The new values of the data, supplied in column major ordering.  
int numberOfValues 
The length of the array of values.