|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   74 #ifndef vtkHyperTreeGridEvaluateCoarse_h 
   75 #define vtkHyperTreeGridEvaluateCoarse_h 
   77 #include "vtkFiltersHyperTreeModule.h"  
   93     OPERATOR_DON_T_CHANGE_FAST = 0,
 
   94     OPERATOR_DON_T_CHANGE = 1,
 
   99     OPERATOR_UNMASKED_AVERAGE = 6,
 
  100     OPERATOR_ELDER_CHILD = 7,
 
  101     OPERATOR_SPLATTING_AVERAGE = 8
 
  112   vtkSetMacro(Operator, 
unsigned int);
 
  113   vtkGetMacro(Operator, 
unsigned int);
 
  120   vtkSetMacro(Default, 
double);
 
  152   virtual double EvalCoarse(
const std::vector<double>&);
 
  154   virtual double Min(
const std::vector<double>&);
 
  155   virtual double Max(
const std::vector<double>&);
 
  156   virtual double Sum(
const std::vector<double>&);
 
  157   virtual double Average(
const std::vector<double>&);
 
  158   virtual double UnmaskedAverage(
const std::vector<double>&);
 
  159   virtual double ElderChild(
const std::vector<double>&);
 
  160   virtual double SplattingAverage(
const std::vector<double>&);
 
  164   unsigned int Operator;
 
  168   unsigned int BranchFactor;
 
  169   unsigned int Dimension;
 
  170   unsigned int SplattingFactor;
 
  172   unsigned int NumberOfChildren;
 
  177 #endif // vtkHyperTreeGridEvaluateCoarse_h 
  
virtual int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *)=0
Main routine to process individual trees in the grid This is pure virtual method to be implemented by...
Objects for traversal a HyperTreeGrid.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
static vtkAlgorithm * New()
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
dynamic, self-adjusting array of bits
general representation of visualization data
Superclass for algorithms that produce a hyper tree grid as output.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
The value of the parent cell is determined from an operation defined on the values of the child cells...