30 #ifndef __vtkStructuredGridAlgorithm_h
31 #define __vtkStructuredGridAlgorithm_h
33 #include "vtkCommonExecutionModelModule.h"
45 void PrintSelf(ostream& os, vtkIndent indent);
57 vtkInformationVector**,
58 vtkInformationVector*);
88 virtual int RequestInformation(vtkInformation* request,
89 vtkInformationVector** inputVector,
90 vtkInformationVector* outputVector);
95 virtual int RequestData(vtkInformation* request,
96 vtkInformationVector** inputVector,
97 vtkInformationVector* outputVector);
104 vtkInformationVector**,
105 vtkInformationVector*)
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for all sources, filters, and sinks in VTK.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Superclass for algorithms that produce only structured grid as output.
virtual int FillInputPortInformation(int port, vtkInformation *info)
topologically regular array of data
static vtkAlgorithm * New()
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent)