 |
VTK
9.0.1
|
Go to the documentation of this file.
41 #ifndef vtkHyperTreeGridDepthLimiter_h
42 #define vtkHyperTreeGridDepthLimiter_h
44 #include "vtkFiltersHyperTreeModule.h"
62 vtkSetMacro(JustCreateNewMask,
bool);
63 vtkGetMacro(JustCreateNewMask,
bool);
70 vtkSetMacro(Depth,
unsigned int);
71 vtkGetMacro(Depth,
unsigned int);
91 void RecursivelyProcessTree(
124 #endif // vtkHyperTreeGridDepthLimiter_h
bool JustCreateNewMask
With or without copy.
unsigned int Depth
Maximum depth of hyper tree grid to be extracted.
virtual int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *)=0
Main routine to process individual trees in the grid This is pure virtual method to be implemented by...
Objects for traversal a HyperTreeGrid.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Hyper tree grid level extraction.
a simple class to control print indentation
vtkIdType CurrentId
Keep track of current index in output hyper tree grid.
vtkBitArray * OutMask
Output mask constructed by this filter.
static vtkAlgorithm * New()
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
vtkBitArray * InMask
Input mask.
Superclass for algorithms that produce a hyper tree grid as output.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.