29 #ifndef vtkImageDataToHyperTreeGrid_h
30 #define vtkImageDataToHyperTreeGrid_h
32 #include "vtkFiltersHyperTreeModule.h"
49 vtkSetMacro(DepthMax,
int);
50 vtkGetMacro(DepthMax,
int);
52 vtkSetMacro(NbColors,
int);
53 vtkGetMacro(NbColors,
int);
dynamic, self-adjusting array of bits
abstract superclass for arrays of numeric data
general representation of visualization data
dynamic, self-adjusting array of double
Superclass for algorithms that produce a hyper tree grid as output.
Objects for traversal a HyperTreeGrid.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
virtual int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *) override
Main routine to process individual trees in the grid This is pure virtual method to be implemented by...
void PrintSelf(ostream &, vtkIndent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int, vtkInformation *) override
Define default input and output port types.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkImageDataToHyperTreeGrid() override
void ProcessPixels(vtkIntArray *, vtkHyperTreeGridNonOrientedCursor *)
static vtkImageDataToHyperTreeGrid * New()
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
vtkImageDataToHyperTreeGrid()
a simple class to control print indentation
dynamic, self-adjusting array of int
dynamic, self-adjusting array of unsigned char