|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   31 #ifndef vtkAppendPolyData_h 
   32 #define vtkAppendPolyData_h 
   34 #include "vtkFiltersCoreModule.h"  
   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.");
 
  
represent and manipulate 3D points
vtkTypeBool ParallelStreaming
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
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
#define VTK_SIZEHINT(...)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
object to represent cell connectivity
void AddInputData(vtkDataObject *)
Assign a data object as input.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkDataObject * GetInput()
Proxy object to connect input/output ports.
concrete dataset represents vertices, lines, polygons, and triangle strips
int OutputPointsPrecision
general representation of visualization data
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.