49 #ifndef vtkSimpleScalarTree_h
50 #define vtkSimpleScalarTree_h
77 vtkSetClampMacro(BranchingFactor,
int,2,
VTK_INT_MAX);
78 vtkGetMacro(BranchingFactor,
int);
84 vtkGetMacro(Level,
int);
90 vtkGetMacro(MaxLevel,
int);
#define VTKCOMMONEXECUTIONMODEL_EXPORT
virtual void InitTraversal(double scalarValue)=0
abstract class to specify cell behavior
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 const vtkIdType * GetCellBatch(vtkIdType batchNum, vtkIdType &numCells)=0
virtual void Initialize()=0
virtual vtkIdType GetNumberOfCellBatches()=0
void PrintSelf(ostream &os, vtkIndent indent)
virtual void BuildTree()=0
organize data according to scalar values (used to accelerate contouring operations) ...