38 #ifndef vtkSpanSpace_h
39 #define vtkSpanSpace_h
41 #include "vtkCommonExecutionModelModule.h"
44 class vtkInternalSpanSpace;
92 void BuildTree() VTK_OVERRIDE;
100 void InitTraversal(
double scalarValue) VTK_OVERRIDE;
125 vtkIdType GetNumberOfCellBatches() VTK_OVERRIDE;
137 ~vtkSpanSpace() VTK_OVERRIDE;
140 vtkInternalSpanSpace *SpanSpace;
155 vtkSpanSpace(const vtkSpanSpace&) VTK_DELETE_FUNCTION;
156 void operator=(const vtkSpanSpace&) VTK_DELETE_FUNCTION;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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
organize data according to scalar values (used to accelerate contouring operations) ...
virtual void Initialize()=0
Initialize locator.
organize data according to scalar span space
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...