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);
83 #endif // vtkImageDataToHyperTreeGrid_h
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.
Objects for traversal a HyperTreeGrid.
dynamic, self-adjusting array of double
dynamic, self-adjusting array of int
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.
abstract superclass for arrays of numeric data
dynamic, self-adjusting array of unsigned char
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
dynamic, self-adjusting array of bits
Superclass for algorithms that produce a hyper tree grid as output.
int FillInputPortInformation(int, vtkInformation *) override
Define default input and output port types.
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...