vtkStreamPoints - generate points along streamer separated by constant time increment
Super Class: vtkStreamer
Description:
vtkStreamPoints is a filter that generates points along a streamer. The points are separated by a constant time increment. The resulting visual effect (especially when coupled with vtkGlyph3D) is an indication of particle speed.
See Also:
Methods:
void vtkStreamPoints () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
static vtkStreamPoints *New () | |
void SetTimeIncrement (float ) | |
float GetTimeIncrement () | |
void Execute () |
Detailed Method Descriptions:
static vtkStreamPoints *New () |
void SetTimeIncrement (float ) | |
float GetTimeIncrement () |