#include <vtkStreamPoints.h>
Inheritance diagram for vtkStreamPoints:
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.
Definition at line 48 of file vtkStreamPoints.h.
Public Types | |
typedef vtkStreamer | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetTimeIncrement (double) |
virtual double | GetTimeIncrement () |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkStreamPoints * | SafeDownCast (vtkObject *o) |
vtkStreamPoints * | New () |
Protected Member Functions | |
vtkStreamPoints () | |
~vtkStreamPoints () | |
void | Execute () |
Protected Attributes | |
double | TimeIncrement |
|
Reimplemented from vtkStreamer. Definition at line 51 of file vtkStreamPoints.h. |
|
|
|
Definition at line 65 of file vtkStreamPoints.h. |
|
Reimplemented from vtkStreamer. |
|
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 vtkStreamer. |
|
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 vtkStreamer. |
|
Reimplemented from vtkStreamer. |
|
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 vtkStreamer. |
|
Construct object with time increment set to 1.0. Reimplemented from vtkAlgorithm. |
|
Specify the separation of points in terms of absolute time. |
|
Specify the separation of points in terms of absolute time. |
|
This method is the old style execute method Reimplemented from vtkSource. |
|
Definition at line 71 of file vtkStreamPoints.h. |