26 #ifndef __vtkUnstructuredGridToPolyDataFilter_h
27 #define __vtkUnstructuredGridToPolyDataFilter_h
29 #include "vtkPolyDataSource.h"
31 class vtkUnstructuredGrid;
37 void PrintSelf(ostream& os,
vtkIndent indent);
41 virtual void SetInput(vtkUnstructuredGrid *input);
42 vtkUnstructuredGrid *GetInput();
46 virtual void ComputeInputUpdateExtents(
vtkDataObject *output );
a simple class to control print indentation
helper class to get VTK data object types as string and instantiate them