|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   40 #ifndef vtkHyperTreeGridThreshold_h 
   41 #define vtkHyperTreeGridThreshold_h 
   43 #include "vtkFiltersHyperTreeModule.h"  
   62   vtkSetMacro(JustCreateNewMask, 
bool);
 
   63   vtkGetMacro(JustCreateNewMask, 
bool);
 
   70   vtkSetMacro(LowerThreshold, 
double);
 
   71   vtkGetMacro(LowerThreshold, 
double);
 
   78   vtkSetMacro(UpperThreshold, 
double);
 
   79   vtkGetMacro(UpperThreshold, 
double);
 
   85   void ThresholdBetween(
double, 
double);
 
  104   bool RecursivelyProcessTree(
 
  
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 * OutMask
Output material mask constructed by this filter.
Objects for traversal a HyperTreeGrid.
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.
vtkBitArray * InMask
Input material mask.
a simple class to control print indentation
double UpperThreshold
UpperThreshold scalar value to be accepted.
bool JustCreateNewMask
With or without copy.
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.