28 #ifndef vtkHyperTreeGridDepthLimiter_h
29 #define vtkHyperTreeGridDepthLimiter_h
31 #include "vtkFiltersHyperTreeModule.h"
34 VTK_ABI_NAMESPACE_BEGIN
54 vtkSetMacro(JustCreateNewMask,
bool);
55 vtkGetMacro(JustCreateNewMask,
bool);
63 vtkSetMacro(Depth,
unsigned int);
64 vtkGetMacro(Depth,
unsigned int);
85 void RecursivelyProcessTree(
118 VTK_ABI_NAMESPACE_END
119 #endif // vtkHyperTreeGridDepthLimiter_h
vtkIdType CurrentId
Keep track of current index in output hyper tree grid.
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.
vtkBitArray * OutMask
Output mask constructed by this filter.
Hyper tree grid level extraction.
vtkBitArray * InMask
Input mask.
Objects for traversal a HyperTreeGrid.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
bool JustCreateNewMask
With or without copy.
dynamic, self-adjusting array of bits
Superclass for algorithms that produce a hyper tree grid as output.
unsigned int Depth
Maximum depth of hyper tree grid to be extracted.
static vtkAlgorithm * New()
general representation of visualization data
virtual int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *)=0
Main routine to process individual trees in the grid This is pure virtual method to be implemented by...