Go to the documentation of this file.
36 #ifndef vtkAppendPolyData_h
37 #define vtkAppendPolyData_h
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;
represent and manipulate 3D points
void AppendData(vtkDataArray *dest, vtkDataArray *src, vtkIdType offset)
void SetInputDataByNumber(int num, vtkPolyData *ds)
#define vtkTypeMacro(thisClass, superclass)
abstract superclass for arrays of numeric data
void AddInputData(vtkPolyData *)
GLenum GLenum GLenum input
void SetNumberOfInputs(int num)
appends one or more polygonal datasets together
#define VTKFILTERSCORE_EXPORT
a simple class to control print indentation
object to represent cell connectivity
void PrintSelf(ostream &os, vtkIndent indent)
void AddInputData(vtkDataObject *)
#define vtkGetMacro(name, type)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkPolyData * GetInput(int idx)
void SetInputConnectionByNumber(int num, vtkAlgorithmOutput *input)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
int ExecuteAppend(vtkPolyData *output, vtkPolyData *inputs[], int numInputs)
Proxy object to connect input/output ports.
concrete dataset represents vertices, lines, polygons, and triangle strips
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillInputPortInformation(int, vtkInformation *)
int OutputPointsPrecision
general representation of visualization data
vtkIdType * AppendCells(vtkIdType *pDest, vtkCellArray *src, vtkIdType offset)
static vtkAppendPolyData * New()
void RemoveInputData(vtkPolyData *)
Superclass for algorithms that produce only polydata as output.