Go to the documentation of this file.
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;
153 { vtkErrorMacro( <<
"AddInput() must be called with a vtkPolyData not a vtkDataObject."); };
155 int UserManagedInputs;
represent and manipulate 3D points
abstract superclass for arrays of numeric data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
appends one or more polygonal datasets together
a simple class to control print indentation
object to represent cell connectivity
void AddInputData(vtkDataObject *)
Assign a data object as input.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkDataObject * GetInput()
Proxy object to connect input/output ports.
concrete dataset represents vertices, lines, polygons, and triangle strips
general representation of visualization data
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.