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