35 #ifndef __vtkHyperTreeGridAlgorithm_h
36 #define __vtkHyperTreeGridAlgorithm_h
38 #include "vtkCommonExecutionModelModule.h"
49 void PrintSelf(ostream& os, vtkIndent indent);
61 vtkInformationVector**,
62 vtkInformationVector*);
92 virtual int RequestInformation(vtkInformation* request,
93 vtkInformationVector** inputVector,
94 vtkInformationVector* outputVector);
99 virtual int RequestData(vtkInformation* request,
100 vtkInformationVector** inputVector,
101 vtkInformationVector* outputVector);
107 virtual int RequestUpdateExtent(vtkInformation*,
108 vtkInformationVector**,
109 vtkInformationVector*);
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Superclass for all sources, filters, and sinks in VTK.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
virtual int FillInputPortInformation(int port, vtkInformation *info)
Superclass for algorithms that produce a hyper tree grid as output.
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent)