36 #ifndef vtkHyperTreeGridAlgorithm_h
37 #define vtkHyperTreeGridAlgorithm_h
39 #include "vtkCommonExecutionModelModule.h"
Superclass for all sources, filters, and sinks in VTK.
general representation of visualization data
abstract class to specify dataset behavior
Superclass for algorithms that produce a hyper tree grid as output.
vtkHyperTreeGrid * GetOutput(int)
void AddInputData(int, vtkDataObject *)
virtual void SetOutput(vtkDataObject *d)
vtkHyperTreeGrid * GetOutput()
Get the output data object for a port on this algorithm.
vtkDataObject * GetInput(int port)
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
void SetInputData(vtkDataObject *)
Assign a data object as input.
void AddInputData(vtkDataObject *)
Assign a data object as input.
void SetInputData(int, vtkDataObject *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkHyperTreeGridAlgorithm() override
vtkDataObject * GetInput()
vtkHyperTreeGrid * GetHyperTreeGridInput(int port)
vtkHyperTreeGridAlgorithm()
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
a simple class to control print indentation