Go to the documentation of this file.
34 #ifndef vtkHyperTreeGridAlgorithm_h
35 #define vtkHyperTreeGridAlgorithm_h
37 #include "vtkCommonExecutionModelModule.h"
vtkDataSetAttributes * InData
vtkDataObject * GetOutput()
Get the output data object for a port on this algorithm.
vtkHyperTreeGrid * GetHyperTreeGridOutput()
Get the output as a hyper tree grid.
virtual void SetOutput(vtkDataObject *)
Superclass for all sources, filters, and sinks in VTK.
represent and manipulate attribute data in a dataset
vtkUnstructuredGrid * GetUnstructuredGridOutput()
Get the output as an unstructured grid.
virtual int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *)=0
Main routine to process individual trees in the grid This is pure virtual method to be implemented by...
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
See vtkAlgorithm for details.
vtkDataSetAttributes * OutData
vtkHyperTreeGridAlgorithm()
vtkUnstructuredGrid * GetUnstructuredGridOutput(int)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkDataObject * GetOutput(int)
void AddInputData(int, vtkDataObject *)
a simple class to control print indentation
void SetInputData(int, vtkDataObject *)
vtkPolyData * GetPolyDataOutput(int)
void AddInputData(vtkDataObject *)
Assign a data object as input.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
~vtkHyperTreeGridAlgorithm() override
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
void SetInputData(vtkDataObject *)
Assign a data object as input.
vtkPolyData * GetPolyDataOutput()
Get the output as a polygonal dataset.
concrete dataset represents vertices, lines, polygons, and triangle strips
dynamic, self-adjusting array of bits
dataset represents arbitrary combinations of all possible cell types
vtkHyperTreeGrid * GetHyperTreeGridOutput(int)
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.