35 #ifndef __vtkPolyDataStreamer_h
36 #define __vtkPolyDataStreamer_h
38 #include "vtkFiltersGeneralModule.h"
49 void PrintSelf(ostream& os, vtkIndent indent);
53 void SetNumberOfStreamDivisions(
int num);
63 vtkSetMacro(ColorByPiece,
int);
64 vtkGetMacro(ColorByPiece,
int);
65 vtkBooleanMacro(ColorByPiece,
int);
74 virtual int FillOutputPortInformation(
int port, vtkInformation* info);
75 virtual int FillInputPortInformation(
int port, vtkInformation* info);
79 virtual int ExecutePass(vtkInformationVector **inputVector,
80 vtkInformationVector *outputVector);
82 virtual int PostExecute(vtkInformationVector **inputVector,
83 vtkInformationVector *outputVector);
Streamer appends input pieces to the output.
Superclass for filters that stream input pipeline.
virtual int PostExecute(vtkInformationVector **, vtkInformationVector *)
appends one or more polygonal datasets together
unsigned int NumberOfPasses
int GetNumberOfStreamDivisions()
virtual int ExecutePass(vtkInformationVector **inputVector, vtkInformationVector *outputVector)=0
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)=0
virtual void PrintSelf(ostream &os, vtkIndent indent)