43 #ifndef vtkHyperTreeGridThreshold_h
44 #define vtkHyperTreeGridThreshold_h
46 #include "vtkFiltersHyperTreeModule.h"
65 vtkSetMacro(JustCreateNewMask,
bool);
66 vtkGetMacro(JustCreateNewMask,
bool);
73 vtkSetMacro(LowerThreshold,
double);
74 vtkGetMacro(LowerThreshold,
double);
81 vtkSetMacro(UpperThreshold,
double);
82 vtkGetMacro(UpperThreshold,
double);
88 void ThresholdBetween(
double,
double);
107 bool RecursivelyProcessTree(
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 traversal a HyperTreeGrid.
a simple class to control print indentation
bool JustCreateNewMask
With or without copy.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkBitArray * InMask
Input material mask.
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()
vtkBitArray * OutMask
Output material mask constructed by this filter.
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...