37 #ifndef vtkAppendPolyData_h
38 #define vtkAppendPolyData_h
40 #include "vtkFiltersCoreModule.h"
64 vtkGetMacro(UserManagedInputs,
int);
92 void SetNumberOfInputs(
int num);
96 void SetInputDataByNumber(
int num,
vtkPolyData *ds);
110 vtkGetMacro(ParallelStreaming,
int);
121 vtkGetMacro(OutputPointsPrecision,
int);
132 int ParallelStreaming;
133 int OutputPointsPrecision;
138 int RequestUpdateExtent(vtkInformation *,
139 vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
140 int FillInputPortInformation(
int, vtkInformation *) VTK_OVERRIDE;
153 { vtkErrorMacro( <<
"AddInput() must be called with a vtkPolyData not a vtkDataObject."); };
155 int UserManagedInputs;
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()
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
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkDataObject * GetInput()
object to represent cell connectivity
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
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.