 |
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);
vtkDataArray * InScalars
Keep track of selected input scalars.
Extract cells from a hyper tree grid where selected scalar value is within given range.
vtkBitArray * OutMask
Output material mask constructed by this filter.
Objects for traversal a HyperTreeGrid.
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.
vtkBitArray * InMask
Input material mask.
bool RecursivelyProcessTreeWithCreateNewMask(vtkHyperTreeGridNonOrientedCursor *)
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.
bool JustCreateNewMask
With or without copy.
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()
~vtkHyperTreeGridThreshold() override
dynamic, self-adjusting array of bits
general representation of visualization data
Superclass for algorithms that produce a hyper tree grid as output.
bool RecursivelyProcessTree(vtkHyperTreeGridNonOrientedCursor *, vtkHyperTreeGridNonOrientedCursor *)
Recursively descend into tree down to leaves.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.