#include <vtkStreamPoints.h>
Inheritance diagram for vtkStreamPoints:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetTimeIncrement (float) |
virtual float | GetTimeIncrement () |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkStreamPoints * | SafeDownCast (vtkObject *o) |
vtkStreamPoints * | New () |
Protected Methods | |
vtkStreamPoints () | |
~vtkStreamPoints () | |
void | Execute () |
Protected Attributes | |
float | TimeIncrement |
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 63 of file vtkStreamPoints.h.
|
|
|
Definition at line 80 of file vtkStreamPoints.h. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkStreamer. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. 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 vtkStreamer. |
|
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 86 of file vtkStreamPoints.h. |