34 #ifndef __vtkScalarTree_h
35 #define __vtkScalarTree_h
37 #include "vtkCommonExecutionModelModule.h"
54 virtual void SetDataSet(vtkDataSet*);
55 vtkGetObjectMacro(DataSet,vtkDataSet);
61 virtual void BuildTree() = 0;
64 virtual void Initialize() = 0;
68 virtual void InitTraversal(
double scalarValue) = 0;
abstract base class for most VTK objects
record modification and/or execution time
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
list of point or cell ids
abstract superclass for arrays of numeric data
organize data according to scalar values (used to accelerate contouring operations) ...