33#ifndef vtkPolyDataStreamer_h
34#define vtkPolyDataStreamer_h
36#include "vtkFiltersGeneralModule.h"
appends one or more polygonal datasets together
a simple class to control print indentation
Streamer appends input pieces to the output.
static vtkPolyDataStreamer * New()
void SetNumberOfStreamDivisions(int num)
Set the number of pieces to divide the problem into.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
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
int ExecutePass(vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int PostExecute(vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
int GetNumberOfStreamDivisions()
Set the number of pieces to divide the problem into.
Superclass for filters that stream input pipeline.
unsigned int NumberOfPasses