|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   42 #ifndef vtkScalarTree_h 
   43 #define vtkScalarTree_h 
   45 #include "vtkCommonExecutionModelModule.h"  
   97   virtual void BuildTree() = 0;
 
  102   virtual void Initialize() = 0;
 
  110   virtual void InitTraversal(
double scalarValue) = 0;
 
  135   virtual vtkIdType GetNumberOfCellBatches(
double scalarValue) = 0;
 
  
std::map< std::string, DataArray > DataSet
key: variable name, value: DataArray
record modification and/or execution time
abstract base class for most VTK objects
abstract superclass for arrays of numeric data
double GetScalarValue()
Return the current scalar value over which tree traversal is proceeding.
abstract class to specify cell behavior
a simple class to control print indentation
list of point or cell ids
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract class to specify dataset behavior
organize data according to scalar values (used to accelerate contouring operations)