 |
VTK
9.0.1
|
Go to the documentation of this file.
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
dynamic, self-adjusting array of unsigned char
virtual int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *)=0
Main routine to process individual trees in the grid This is pure virtual method to be implemented by...
Objects for traversal a HyperTreeGrid.
abstract superclass for arrays of numeric data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
dynamic, self-adjusting array of int
static vtkAlgorithm * New()
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
dynamic, self-adjusting array of bits
dynamic, self-adjusting array of double
int FillInputPortInformation(int, vtkInformation *) override
Define default input and output port types.
general representation of visualization data
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for algorithms that produce a hyper tree grid as output.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.