36 #ifndef __vtkUnstructuredGridAlgorithm_h
37 #define __vtkUnstructuredGridAlgorithm_h
39 #include "vtkAlgorithm.h"
42 class vtkUnstructuredGrid;
49 void PrintSelf(ostream& os,
vtkIndent indent);
53 vtkUnstructuredGrid* GetOutput();
54 vtkUnstructuredGrid* GetOutput(
int);
69 vtkUnstructuredGrid *GetUnstructuredGridInput(
int port);
120 virtual void Execute();
124 virtual int FillOutputPortInformation(
int port,
vtkInformation* info);
125 virtual int FillInputPortInformation(
int port,
vtkInformation* info);
vtkDataObject * GetInput()
a simple class to control print indentation
Superclass for algorithms that produce only unstructured grid as output.
general representation of visualization data