Go to the documentation of this file.
38 #ifndef vtkHyperTreeGridThreshold_h
39 #define vtkHyperTreeGridThreshold_h
41 #include "vtkFiltersHyperTreeModule.h"
60 vtkSetMacro(LowerThreshold,
double);
61 vtkGetMacro(LowerThreshold,
double);
68 vtkSetMacro(UpperThreshold,
double);
69 vtkGetMacro(UpperThreshold,
double);
75 void ThresholdBetween(
double,
double );
Objects for depth-first traversal HyperTreeGrids.
vtkDataArray * InScalars
Keep track of selected input scalars.
Extract cells from a hyper tree grid where selected scalar value is within given range.
virtual int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *)=0
Main routine to process individual trees in the grid This is pure virtual method to be implemented by...
vtkBitArray * MaterialMask
Output material mask constructed by this filter.
abstract superclass for arrays of numeric data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkIdType CurrentId
Keep track of current index in output hyper tree grid.
Objects for depth-first traversal HyperTrees.
a simple class to control print indentation
double UpperThreshold
UpperThreshold scalar value to be accepted.
static vtkAlgorithm * New()
double LowerThreshold
LowerThreshold scalar value to be accepted.
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.