32 #ifndef vtkPointSetAlgorithm_h
33 #define vtkPointSetAlgorithm_h
36 #include "vtkCommonExecutionModelModule.h"
Superclass for all sources, filters, and sinks in VTK.
general representation of visualization data
a simple class to control print indentation
Superclass for algorithms that produce output of the same type as input.
vtkPolyData * GetPolyDataOutput()
Get the output as vtkPolyData.
vtkStructuredGrid * GetStructuredGridOutput()
Get the output as vtkStructuredGrid.
vtkDataObject * GetInput()
void SetInputData(vtkDataObject *)
Assign a data object as input.
vtkPointSet * GetOutput()
Get the output data object for a port on this algorithm.
void SetInputData(vtkPointSet *)
void AddInputData(vtkDataObject *)
Assign a data object as input.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkUnstructuredGrid * GetUnstructuredGridOutput()
Get the output as vtkUnstructuredGrid.
void AddInputData(vtkPointSet *)
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
void SetInputData(int, vtkPointSet *)
virtual int ComputeInputUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int ExecuteInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
see vtkAlgorithm for details
vtkPointSet * GetOutput(int)
void AddInputData(int, vtkPointSet *)
static vtkPointSetAlgorithm * New()
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void AddInputData(int, vtkDataObject *)
~vtkPointSetAlgorithm() override
void SetInputData(int, vtkDataObject *)
abstract class for specifying dataset behavior
concrete dataset represents vertices, lines, polygons, and triangle strips
topologically regular array of data
dataset represents arbitrary combinations of all possible cell types