33 #ifndef __vtkPassInputTypeAlgorithm_h
34 #define __vtkPassInputTypeAlgorithm_h
36 #include "vtkCommonExecutionModelModule.h"
45 class vtkUnstructuredGrid;
54 void PrintSelf(ostream& os, vtkIndent indent);
69 vtkImageData *GetImageDataOutput();
75 vtkUnstructuredGrid *GetUnstructuredGridOutput();
110 vtkInformationVector** inputVector,
111 vtkInformationVector* outputVector);
125 vtkInformationVector**,
126 vtkInformationVector*) {
return 1;};
131 vtkInformationVector**,
132 vtkInformationVector*) {
return 1;}
135 vtkInformationVector**,
136 vtkInformationVector*) {
return 1;}
145 vtkInformationVector**,
146 vtkInformationVector*)
161 virtual int RequestDataObject(vtkInformation* request,
162 vtkInformationVector** inputVector,
163 vtkInformationVector* outputVector);
172 vtkInformationVector**,
173 vtkInformationVector*) {
return 1;};
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
concrete dataset represents vertices, lines, polygons, and triangle strips
Base class for graph data types.
Superclass for all sources, filters, and sinks in VTK.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
virtual int FillInputPortInformation(int port, vtkInformation *info)
A table, which contains similar-typed columns of data.
topologically regular array of data
static vtkAlgorithm * New()
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent)