36 #ifndef vtkPolyDataStreamer_h 
   37 #define vtkPolyDataStreamer_h 
   39 #include "vtkFiltersGeneralModule.h"  
   56   void SetNumberOfStreamDivisions(
int num);
 
   69   vtkGetMacro(ColorByPiece, 
int);
 
   84   int ExecutePass(vtkInformationVector **inputVector,
 
   85                   vtkInformationVector *outputVector) VTK_OVERRIDE;
 
   87   int PostExecute(vtkInformationVector **inputVector,
 
   88                   vtkInformationVector *outputVector) VTK_OVERRIDE;
 
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. 
 
a simple class to control print indentation 
 
appends one or more polygonal datasets together 
 
unsigned int NumberOfPasses
 
int GetNumberOfStreamDivisions()
Set the number of pieces to divide the problem into. 
 
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection. 
 
static vtkAlgorithm * New()
 
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.