VTK
|
generate points along streamer separated by constant time increment More...
#include <vtkStreamPoints.h>
Public Types | |
typedef vtkStreamer | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkStreamPoints * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetTimeIncrement (double) |
virtual double | GetTimeIncrement () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkStreamPoints * | SafeDownCast (vtkObjectBase *o) |
static vtkStreamPoints * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkStreamPoints () | |
~vtkStreamPoints () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
double | TimeIncrement |
generate points along streamer separated by constant time increment
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 36 of file vtkStreamPoints.h.
Reimplemented from vtkStreamer.
Definition at line 39 of file vtkStreamPoints.h.
vtkStreamPoints::vtkStreamPoints | ( | ) | [protected] |
vtkStreamPoints::~vtkStreamPoints | ( | ) | [inline, protected] |
Definition at line 53 of file vtkStreamPoints.h.
static int vtkStreamPoints::IsTypeOf | ( | const char * | name | ) | [static] |
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.
virtual int vtkStreamPoints::IsA | ( | const char * | name | ) | [virtual] |
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.
static vtkStreamPoints* vtkStreamPoints::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkStreamer.
virtual vtkObjectBase* vtkStreamPoints::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkStreamer.
vtkStreamPoints* vtkStreamPoints::NewInstance | ( | ) | const |
Reimplemented from vtkStreamer.
void vtkStreamPoints::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
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.
static vtkStreamPoints* vtkStreamPoints::New | ( | ) | [static] |
Construct object with time increment set to 1.0.
Reimplemented from vtkPolyDataAlgorithm.
virtual void vtkStreamPoints::SetTimeIncrement | ( | double | ) | [virtual] |
Specify the separation of points in terms of absolute time.
virtual double vtkStreamPoints::GetTimeIncrement | ( | ) | [virtual] |
Specify the separation of points in terms of absolute time.
virtual int vtkStreamPoints::RequestData | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkPolyDataAlgorithm.
double vtkStreamPoints::TimeIncrement [protected] |
Definition at line 59 of file vtkStreamPoints.h.