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:
Construct object with time increment set to 1.0.
![]() | static vtkStreamPoints *New () |
Specify the separation of points in terms of absolute time.
![]() | void SetTimeIncrement (float ) |
![]() | float GetTimeIncrement () |