30 #ifndef vtkAppendPolyData_h
31 #define vtkAppendPolyData_h
33 #include "vtkFiltersCoreModule.h"
36 VTK_ABI_NAMESPACE_BEGIN
86 void SetNumberOfInputs(
int num);
90 void SetInputDataByNumber(
int num,
vtkPolyData* ds);
114 vtkSetMacro(OutputPointsPrecision,
int);
115 vtkGetMacro(OutputPointsPrecision,
int);
144 vtkErrorMacro(<<
"AddInput() must be called with a vtkPolyData not a vtkDataObject.");
153 VTK_ABI_NAMESPACE_END
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkTypeBool ParallelStreaming
void AddInputData(vtkDataObject *)
Assign a data object as input.
concrete dataset represents vertices, lines, polygons, and triangle strips
Proxy object to connect input/output ports.
static vtkPolyDataAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for algorithms that produce only polydata as output.
vtkPolyData * GetInput()
Get any input of this filter.
a simple class to control print indentation
appends one or more polygonal datasets together
abstract superclass for arrays of numeric data
#define VTK_SIZEHINT(...)
int OutputPointsPrecision
vtkDataObject * GetInput()
object to represent cell connectivity
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
general representation of visualization data
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.