34 #ifndef __vtkScalarTree_h
35 #define __vtkScalarTree_h
53 virtual void SetDataSet(vtkDataSet*);
54 vtkGetObjectMacro(DataSet,vtkDataSet);
60 virtual void BuildTree() = 0;
63 virtual void Initialize() = 0;
67 virtual void InitTraversal(
double scalarValue) = 0;
abstract base class for most VTK objects
record modification and/or execution time
Detect and break reference loops.
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
virtual void ReportReferences(vtkGarbageCollector *)
list of point or cell ids
abstract superclass for arrays of numeric data
organize data according to scalar values (used to accelerate contouring operations) ...