vtkPolyDataStreamer Class Reference
#include <vtkPolyDataStreamer.h>
Inheritance diagram for vtkPolyDataStreamer:
[legend]Collaboration diagram for vtkPolyDataStreamer:
[legend]List of all members.
Detailed Description
Stream appends input pieces to the output.
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.
- Attention:
- The output may be slightly different if the pipeline does not handle ghost cells properly (i.e. you might see seames between the pieces).
- See also:
- vtkAppendFilter
- Tests:
- vtkPolyDataStreamer (Tests)
Definition at line 40 of file vtkPolyDataStreamer.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkPolyDataStreamer::vtkPolyDataStreamer |
( |
|
) |
[protected] |
|
vtkPolyDataStreamer::~vtkPolyDataStreamer |
( |
|
) |
[protected] |
|
Member Function Documentation
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkPolyDataAlgorithm. |
virtual const char* vtkPolyDataStreamer::GetClassName |
( |
|
) |
[virtual] |
|
static int vtkPolyDataStreamer::IsTypeOf |
( |
const char * |
type |
) |
[static] |
|
|
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 vtkPolyDataAlgorithm. |
virtual int vtkPolyDataStreamer::IsA |
( |
const char * |
type |
) |
[virtual] |
|
|
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 vtkPolyDataAlgorithm. |
void vtkPolyDataStreamer::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
[virtual] |
|
|
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 vtkPolyDataAlgorithm. |
void vtkPolyDataStreamer::SetNumberOfStreamDivisions |
( |
int |
num |
) |
|
|
|
Set the number of pieces to divide the problem into. |
virtual int vtkPolyDataStreamer::GetNumberOfStreamDivisions |
( |
|
) |
[virtual] |
|
virtual void vtkPolyDataStreamer::SetColorByPiece |
( |
int |
|
) |
[virtual] |
|
|
By default, this option is off. When it is on, cell scalars are generated based on which piece they are in. |
virtual int vtkPolyDataStreamer::GetColorByPiece |
( |
|
) |
[virtual] |
|
|
By default, this option is off. When it is on, cell scalars are generated based on which piece they are in. |
virtual void vtkPolyDataStreamer::ColorByPieceOn |
( |
|
) |
[virtual] |
|
|
By default, this option is off. When it is on, cell scalars are generated based on which piece they are in. |
virtual void vtkPolyDataStreamer::ColorByPieceOff |
( |
|
) |
[virtual] |
|
|
By default, this option is off. When it is on, cell scalars are generated based on which piece they are in. |
|
This is called by the superclass. This is the method you should override.
Reimplemented from vtkPolyDataAlgorithm. |
|
This is called by the superclass. This is the method you should override.
Reimplemented from vtkPolyDataAlgorithm. |
Member Data Documentation
The documentation for this class was generated from the following file:
Generated on Tue Jan 22 00:09:51 2008 for VTK by
1.4.3-20050530