39 #ifndef __vtkPointSetToPointSetFilter_h
40 #define __vtkPointSetToPointSetFilter_h
42 #include "vtkPointSetSource.h"
45 class vtkStructuredGrid;
46 class vtkUnstructuredGrid;
52 void PrintSelf(ostream& os,
vtkIndent indent);
66 return this->vtkPointSetSource::GetOutput(idx);
71 vtkPolyData *GetPolyDataOutput();
74 vtkStructuredGrid *GetStructuredGridOutput();
77 vtkUnstructuredGrid *GetUnstructuredGridOutput();
80 virtual void ComputeInputUpdateExtents(
vtkDataObject *output );
abstract class for specifying dataset behavior
a simple class to control print indentation
vtkPointSet * GetOutput(int idx)
helper class to get VTK data object types as string and instantiate them