37#ifndef vtkHyperTreeGridDepthLimiter_h
38#define vtkHyperTreeGridDepthLimiter_h
40#include "vtkFiltersHyperTreeModule.h"
71 vtkSetMacro(
Depth,
unsigned int);
72 vtkGetMacro(
Depth,
unsigned int);
dynamic, self-adjusting array of bits
general representation of visualization data
vtkHyperTreeGridAlgorithm()
void RecursivelyProcessTree(vtkHyperTreeGridNonOrientedCursor *, vtkHyperTreeGridNonOrientedCursor *)
Recursively descend into tree down to leaves.
vtkIdType CurrentId
Keep track of current index in output hyper tree grid.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *) override
Main routine to extract hyper tree grid levels.
bool JustCreateNewMask
With or without copy.
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 or vtkUniformHyperTreeGrid instance.
vtkBitArray * OutMask
Output mask constructed by this filter.
static vtkHyperTreeGridDepthLimiter * New()
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