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);
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.
vtkBitArray * MaterialMask
Output material mask constructed by this filter.
abstract superclass for arrays of numeric data
void PrintSelf(ostream &, vtkIndent) 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
void ThresholdBetween(double, double)
Convenience method to set both threshold values at once.
double UpperThreshold
UpperThreshold scalar value to be accepted.
int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *) override
Main routine to extract cells based on thresholded value.
vtkHyperTreeGridThreshold()
int FillOutputPortInformation(int, vtkInformation *) override
For this algorithm the output is a vtkHyperTreeGrid instance.
double LowerThreshold
LowerThreshold scalar value to be accepted.
static vtkHyperTreeGridThreshold * New()
bool RecursivelyProcessTree(vtkHyperTreeGridCursor *, vtkHyperTreeCursor *, vtkBitArray *)
Recursively descend into tree down to leaves.
~vtkHyperTreeGridThreshold() override
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.