34 #ifndef __vtkSimpleScalarTree_h
35 #define __vtkSimpleScalarTree_h
37 #include "vtkScalarTree.h"
53 void PrintSelf(ostream& os,
vtkIndent indent);
62 vtkGetMacro(BranchingFactor,
int);
68 vtkGetMacro(Level,
int);
74 vtkGetMacro(MaxLevel,
int);
80 virtual void BuildTree();
83 virtual void Initialize();
87 virtual void InitTraversal(
double scalarValue);
114 int FindStartLeaf(
vtkIdType index,
int level);
115 int FindNextLeaf(
vtkIdType index,
int level);
a simple class to control print indentation
list of point or cell ids
abstract superclass for arrays of numeric data
#define VTK_LARGE_INTEGER
organize data according to scalar values (used to accelerate contouring operations) ...