36 #ifndef vtkAppendPolyData_h
37 #define vtkAppendPolyData_h
61 vtkSetMacro(UserManagedInputs,
int);
62 vtkGetMacro(UserManagedInputs,
int);
63 vtkBooleanMacro(UserManagedInputs,
int);
84 void SetNumberOfInputs(
int num);
88 void SetInputDataByNumber(
int num,
vtkPolyData *ds);
98 vtkSetMacro(ParallelStreaming,
int);
99 vtkGetMacro(ParallelStreaming,
int);
100 vtkBooleanMacro(ParallelStreaming,
int);
107 vtkSetMacro(OutputPointsPrecision,
int);
108 vtkGetMacro(OutputPointsPrecision,
int);
141 { vtkErrorMacro( <<
"AddInput() must be called with a vtkPolyData not a vtkDataObject."); };
143 template <
class InputIterator>
145 InputIterator srcData, InputIterator srcEnd);
147 template <
class InputIterator,
class OutputIterator>
149 InputIterator srcData, InputIterator srcEnd,
150 OutputIterator destData);
152 int UserManagedInputs;
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKFILTERSCORE_EXPORT
void AddInputData(vtkDataObject *)
concrete dataset represents vertices, lines, polygons, and triangle strips
Proxy object to connect input/output ports.
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
appends one or more polygonal datasets together
abstract superclass for arrays of numeric data
int OutputPointsPrecision
vtkDataObject * GetInput()
object to represent cell connectivity
general representation of visualization data
represent and manipulate 3D points