Go to the documentation of this file.
31 #ifndef vtkPointSetAlgorithm_h
32 #define vtkPointSetAlgorithm_h
#define VTKCOMMONEXECUTIONMODEL_EXPORT
virtual int ComputeInputUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void AddInputData(vtkPointSet *)
Superclass for algorithms that produce output of the same type as input.
Superclass for all sources, filters, and sinks in VTK.
#define vtkTypeMacro(thisClass, superclass)
topologically regular array of data
void SetInputData(vtkDataObject *)
void SetInputData(int, vtkDataObject *)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkDataObject * GetInput()
virtual int ExecuteInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
a simple class to control print indentation
vtkPointSet * GetOutput()
vtkPointSet * GetOutput(int)
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int FillOutputPortInformation(int port, vtkInformation *info)
void AddInputData(int, vtkDataObject *)
abstract class for specifying dataset behavior
vtkStructuredGrid * GetStructuredGridOutput()
vtkPolyData * GetPolyDataOutput()
concrete dataset represents vertices, lines, polygons, and triangle strips
void AddInputData(vtkDataObject *)
void SetInputData(int, vtkPointSet *)
void AddInputData(int, vtkPointSet *)
dataset represents arbitrary combinations of all possible cell types
vtkUnstructuredGrid * GetUnstructuredGridOutput()
void SetInputData(vtkPointSet *)
general representation of visualization data
static vtkPointSetAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)