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.
vtkDataObject * GetInput(int port)
vtkHyperTreeGrid * GetOutput()
Get the output data object for a port on this algorithm.
void AddInputData(int, vtkDataObject *)
virtual void SetOutput(vtkDataObject *d)
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 *)
vtkDataObject * GetInput()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkHyperTreeGridAlgorithm() override
vtkHyperTreeGrid * GetHyperTreeGridInput(int port)
vtkHyperTreeGridAlgorithm()
vtkHyperTreeGrid * GetOutput(int)
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
a simple class to control print indentation