33 #ifndef __vtkPointSetAlgorithm_h
34 #define __vtkPointSetAlgorithm_h
36 #include "vtkAlgorithm.h"
40 class vtkStructuredGrid;
41 class vtkUnstructuredGrid;
48 void PrintSelf(ostream& os,
vtkIndent indent);
57 vtkPolyData *GetPolyDataOutput();
60 vtkStructuredGrid *GetStructuredGridOutput();
63 vtkUnstructuredGrid *GetUnstructuredGridOutput();
141 virtual int FillOutputPortInformation(
int port,
vtkInformation* info);
142 virtual int FillInputPortInformation(
int port,
vtkInformation* info);
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
abstract class for specifying dataset behavior
virtual int ExecuteInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int ComputeInputUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
a simple class to control print indentation
Superclass for algorithms that produce output of the same type as input.
helper class to get VTK data object types as string and instantiate them