33 #ifndef __vtkPointSetAlgorithm_h
34 #define __vtkPointSetAlgorithm_h
36 #include "vtkAlgorithm.h"
41 class vtkUnstructuredGrid;
48 void PrintSelf(ostream& os,
vtkIndent indent);
52 vtkPointSet* GetOutput();
53 vtkPointSet* GetOutput(
int);
63 vtkUnstructuredGrid *GetUnstructuredGridOutput();
75 void SetInput(vtkPointSet*);
76 void SetInput(
int, vtkPointSet*);
85 void AddInput(vtkPointSet*);
86 void AddInput(
int, vtkPointSet*);
141 virtual int FillOutputPortInformation(
int port,
vtkInformation* info);
142 virtual int FillInputPortInformation(
int port,
vtkInformation* info);
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int ExecuteInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
concrete dataset represents vertices, lines, polygons, and triangle strips
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.
topologically regular array of data
general representation of visualization data