36 #ifndef vtkHyperTreeGridAlgorithm_h
37 #define vtkHyperTreeGridAlgorithm_h
39 #include "vtkCommonExecutionModelModule.h"
81 void SetInputData(
int, vtkDataObject*);
90 void AddInputData(vtkDataObject *);
91 void AddInputData(
int, vtkDataObject*);
96 ~vtkHyperTreeGridAlgorithm() VTK_OVERRIDE;
117 vtkInformationVector*);
120 int FillOutputPortInformation(
int port, vtkInformation*
info) VTK_OVERRIDE;
121 int FillInputPortInformation(
int port, vtkInformation*
info) VTK_OVERRIDE;
124 vtkHyperTreeGridAlgorithm(const vtkHyperTreeGridAlgorithm&) VTK_DELETE_FUNCTION;
125 void operator=(const vtkHyperTreeGridAlgorithm&) VTK_DELETE_FUNCTION;
abstract class to specify dataset behavior
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for all sources, filters, and sinks in VTK.
a simple class to control print indentation
Superclass for algorithms that produce a hyper tree grid as output.
general representation of visualization data