28 #ifndef __vtkvmtkDataSetItems_h    29 #define __vtkvmtkDataSetItems_h    31 #include "vtkObject.h"    33 #include "vtkDataSet.h"    35 #include "vtkvmtkWin32Header.h"    45   void SetDataSet(vtkDataSet* dataSet) {this->DataSet = dataSet;};
    51   vtkSetMacro(ReallocateOnBuild,
int)
    52   vtkGetMacro(ReallocateOnBuild,
int)
    53   vtkBooleanMacro(ReallocateOnBuild,
int)
 
void SetDataSet(vtkDataSet *dataSet)
 
Control allocation and memory footprint of item instances. 
 
vtkDataSet * GetDataSet()
 
Create a collection of data set items, one for every point within the data set.