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