36 #ifndef vtkPolyDataStreamer_h 37 #define vtkPolyDataStreamer_h 39 #include "vtkFiltersGeneralModule.h" 56 void SetNumberOfStreamDivisions(
int num);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Streamer appends input pieces to the output.
Superclass for filters that stream input pipeline.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
a simple class to control print indentation
virtual int PostExecute(vtkInformationVector **, vtkInformationVector *)
appends one or more polygonal datasets together
unsigned int NumberOfPasses
int GetNumberOfStreamDivisions()
Set the number of pieces to divide the problem into.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
virtual int ExecutePass(vtkInformationVector **inputVector, vtkInformationVector *outputVector)=0
static vtkAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)=0
This is called by the superclass.