30 #ifndef __vtkUnstructuredGridAlgorithm_h
31 #define __vtkUnstructuredGridAlgorithm_h
33 #include "vtkCommonExecutionModelModule.h"
37 class vtkUnstructuredGrid;
44 void PrintSelf(ostream& os, vtkIndent indent);
48 vtkUnstructuredGrid* GetOutput();
49 vtkUnstructuredGrid* GetOutput(
int);
56 vtkInformationVector**,
57 vtkInformationVector*);
64 vtkUnstructuredGrid *GetUnstructuredGridInput(
int port);
87 virtual int RequestInformation(vtkInformation* request,
88 vtkInformationVector** inputVector,
89 vtkInformationVector* outputVector);
94 virtual int RequestData(vtkInformation* request,
95 vtkInformationVector** inputVector,
96 vtkInformationVector* outputVector);
102 virtual int RequestUpdateExtent(vtkInformation*,
103 vtkInformationVector**,
104 vtkInformationVector*);
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)
vtkDataObject * GetInput()
Superclass for algorithms that produce only unstructured grid as output.
virtual int FillInputPortInformation(int port, vtkInformation *info)
static vtkAlgorithm * New()
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent)