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);
dynamic, self-adjusting array of bits
general representation of visualization data
Superclass for algorithms that produce a hyper tree grid as output.
Hyper tree grid level extraction.
void RecursivelyProcessTree(vtkHyperTreeGridNonOrientedCursor *, vtkHyperTreeGridNonOrientedCursor *)
Recursively descend into tree down to leaves.
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.
int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *) override
Main routine to extract hyper tree grid levels.
bool JustCreateNewMask
With or without copy.
static vtkHyperTreeGridDepthLimiter * New()
unsigned int Depth
Maximum depth of hyper tree grid to be extracted.
vtkBitArray * InMask
Input mask.
int FillOutputPortInformation(int, vtkInformation *) override
For this algorithm the output is a vtkHyperTreeGrid instance.
vtkBitArray * OutMask
Output mask constructed by this filter.
vtkHyperTreeGridDepthLimiter()
~vtkHyperTreeGridDepthLimiter() override
Objects for traversal a HyperTreeGrid.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
a simple class to control print indentation