41 #ifndef vtkSpanSpace_h
42 #define vtkSpanSpace_h
44 #include "vtkCommonExecutionModelModule.h"
47 class vtkInternalSpanSpace;
95 void BuildTree() VTK_OVERRIDE;
103 void InitTraversal(
double scalarValue) VTK_OVERRIDE;
128 vtkIdType GetNumberOfCellBatches() VTK_OVERRIDE;
140 ~vtkSpanSpace() VTK_OVERRIDE;
143 vtkInternalSpanSpace *SpanSpace;
158 vtkSpanSpace(const vtkSpanSpace&) VTK_DELETE_FUNCTION;
159 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...