#include <vtkPolyDataStreamer.h>
Inheritance diagram for vtkPolyDataStreamer:
vtkPolyDataStreamer initiates streaming by requesting pieces from its single input it appends these pieces it to the requested output. Note that since vtkPolyDataStreamer uses an append filter, all the polygons generated have to be kept in memory before rendering. If these do not fit in the memory, it is possible to make the vtkPolyDataMapper stream. Since the mapper will render each piece separately, all the polygons do not have to stored in memory.
Definition at line 40 of file vtkPolyDataStreamer.h.
Public Types | |
typedef vtkPolyDataToPolyDataFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetNumberOfStreamDivisions (int num) |
virtual int | GetNumberOfStreamDivisions () |
virtual void | SetColorByPiece (int) |
virtual int | GetColorByPiece () |
virtual void | ColorByPieceOn () |
virtual void | ColorByPieceOff () |
Static Public Member Functions | |
vtkPolyDataStreamer * | New () |
int | IsTypeOf (const char *type) |
vtkPolyDataStreamer * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkPolyDataStreamer () | |
~vtkPolyDataStreamer () | |
void | Execute () |
void | ComputeInputUpdateExtents (vtkDataObject *output) |
Protected Attributes | |
int | NumberOfStreamDivisions |
int | ColorByPiece |
|
Reimplemented from vtkPolyDataToPolyDataFilter. Definition at line 45 of file vtkPolyDataStreamer.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject.
|
|
Reimplemented from vtkPolyDataToPolyDataFilter.
|
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataToPolyDataFilter.
|
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataToPolyDataFilter.
|
|
Reimplemented from vtkPolyDataToPolyDataFilter.
|
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkPolyDataToPolyDataFilter.
|
|
Set the number of pieces to divide the problem into. |
|
Set the number of pieces to divide the problem into. |
|
By default, this option is off. When it is on, cell scalars are generated based on which piece they are in. |
|
By default, this option is off. When it is on, cell scalars are generated based on which piece they are in. |
|
By default, this option is off. When it is on, cell scalars are generated based on which piece they are in. |
|
By default, this option is off. When it is on, cell scalars are generated based on which piece they are in. |
|
This method is the old style execute method Reimplemented from vtkSource.
|
|
What is the input update extent that is required to produce the desired output? By default, the whole input is always required but this is overridden in many subclasses. Reimplemented from vtkPolyDataSource.
|
|
Definition at line 71 of file vtkPolyDataStreamer.h. |
|
Definition at line 72 of file vtkPolyDataStreamer.h. |