41 #ifndef vtkSpanSpace_h 42 #define vtkSpanSpace_h 44 #include "vtkCommonExecutionModelModule.h" 47 class vtkInternalSpanSpace;
vtkInternalSpanSpace * SpanSpace
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void InitTraversal(double scalarValue)=0
Begin to traverse the cells based on a scalar value.
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
Return the next cell that may contain scalar value specified to initialize traversal.
organize data according to scalar values (used to accelerate contouring operations) ...
virtual const vtkIdType * GetCellBatch(vtkIdType batchNum, vtkIdType &numCells)=0
Return the array of cell ids in the specified batch.
virtual void Initialize()=0
Initialize locator.
virtual vtkIdType GetNumberOfCellBatches()=0
Get the number of cell batches available for processing.
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...
virtual void BuildTree()=0
Construct the scalar tree from the dataset provided.