34 #ifndef __vtkSimpleScalarTree_h
35 #define __vtkSimpleScalarTree_h
62 vtkGetMacro(BranchingFactor,
int);
68 vtkGetMacro(Level,
int);
74 vtkGetMacro(MaxLevel,
int);
114 int FindStartLeaf(
vtkIdType index,
int level);
115 int FindNextLeaf(
vtkIdType index,
int level);
virtual void InitTraversal(double scalarValue)=0
a simple class to control print indentation
list of point or cell ids
abstract superclass for arrays of numeric data
virtual vtkCell * GetNextCell(vtkIdType &cellId, vtkIdList *&ptIds, vtkDataArray *cellScalars)=0
organize data according to scalar values (used to accelerate contouring operations) ...
virtual void Initialize()=0
#define VTK_LARGE_INTEGER
void PrintSelf(ostream &os, vtkIndent indent)
virtual void BuildTree()=0
organize data according to scalar values (used to accelerate contouring operations) ...