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 );
int FillOutputPortInformation(int, vtkInformation *) override
Define default input and output port types.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
double UpperThreshold
UpperThreshold scalar value to be accepted.
vtkIdType CurrentId
Keep track of current index in output hyper tree grid.
Objects for depth-first traversal HyperTrees.
Objects for depth-first traversal HyperTreeGrids.
vtkBitArray * MaterialMask
Output material mask constructed by this filter.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract superclass for arrays of numeric data
double LowerThreshold
LowerThreshold scalar value to be accepted.
dynamic, self-adjusting array of bits
Superclass for algorithms that produce a hyper tree grid as output.
static vtkAlgorithm * New()
vtkDataArray * InScalars
Keep track of selected input scalars.
general representation of visualization data
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...