#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 35 of file vtkStreamPoints.h.
virtual void | SetTimeIncrement (double) |
virtual double | GetTimeIncrement () |
static vtkStreamPoints * | New () |
Public Types | |
typedef vtkStreamer | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkStreamPoints * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkStreamPoints () | |
~vtkStreamPoints () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
double | TimeIncrement |
|
Reimplemented from vtkStreamer. Definition at line 38 of file vtkStreamPoints.h. |
|
|
|
Definition at line 52 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 vtkPolyDataAlgorithm. |
|
Specify the separation of points in terms of absolute time. |
|
Specify the separation of points in terms of absolute time. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkPolyDataAlgorithm. |
|
Definition at line 58 of file vtkStreamPoints.h. |