36 #ifndef __vtkAppendPolyData_h
37 #define __vtkAppendPolyData_h
59 vtkSetMacro(UserManagedInputs,
int);
60 vtkGetMacro(UserManagedInputs,
int);
61 vtkBooleanMacro(UserManagedInputs,
int);
82 void SetNumberOfInputs(
int num);
95 vtkSetMacro(ParallelStreaming,
int);
96 vtkGetMacro(ParallelStreaming,
int);
97 vtkBooleanMacro(ParallelStreaming,
int);
128 { vtkErrorMacro( <<
"AddInput() must be called with a vtkPolyData not a vtkDataObject."); };
130 int UserManagedInputs;
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
concrete dataset represents vertices, lines, polygons, and triangle strips
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
void AddInput(vtkDataObject *)
appends one or more polygonal datasets together
abstract superclass for arrays of numeric data
vtkDataObject * GetInput()
object to represent cell connectivity
general representation of visualization data
represent and manipulate 3D points