50 #ifndef vtkSimpleScalarTree_h
51 #define vtkSimpleScalarTree_h
53 #include "vtkCommonExecutionModelModule.h"
83 vtkGetMacro(BranchingFactor,
int);
91 vtkGetMacro(Level,
int);
99 vtkGetMacro(MaxLevel,
int);
111 void Initialize() VTK_OVERRIDE;
117 void InitTraversal(
double scalarValue) VTK_OVERRIDE;
abstract class to specify cell behavior
abstract superclass for arrays of numeric data
list of point or cell ids
a simple class to control print indentation
organize data according to scalar values (used to accelerate contouring operations)
organize data according to scalar values (used to accelerate contouring operations)
static vtkSimpleScalarTree * New()
Instantiate scalar tree with maximum level of 20 and branching factor of three.
void BuildTree() override
Construct the scalar tree from the dataset provided.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.