VTK
|
A Parallel Particle tracer for unsteady vector fields. More...
#include <vtkStreaklineFilter.h>
Public Types | |
typedef vtkParticleTracerBase | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkStreaklineFilter * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkStreaklineFilter * | SafeDownCast (vtkObjectBase *o) |
static vtkStreaklineFilter * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkStreaklineFilter () | |
~vtkStreaklineFilter () | |
vtkStreaklineFilter (const vtkStreaklineFilter &) | |
void | operator= (const vtkStreaklineFilter &) |
virtual int | OutputParticles (vtkPolyData *poly) |
virtual void | Finalize () |
Protected Attributes | |
StreaklineFilterInternal | It |
A Parallel Particle tracer for unsteady vector fields.
vtkStreaklineFilter is a filter that integrates a vector field to generate streak lines
Definition at line 50 of file vtkStreaklineFilter.h.
Reimplemented from vtkParticleTracerBase.
Definition at line 53 of file vtkStreaklineFilter.h.
vtkStreaklineFilter::vtkStreaklineFilter | ( | ) | [protected] |
vtkStreaklineFilter::~vtkStreaklineFilter | ( | ) | [inline, protected] |
Definition at line 60 of file vtkStreaklineFilter.h.
vtkStreaklineFilter::vtkStreaklineFilter | ( | const vtkStreaklineFilter & | ) | [protected] |
static int vtkStreaklineFilter::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 vtkParticleTracerBase.
virtual int vtkStreaklineFilter::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 vtkParticleTracerBase.
static vtkStreaklineFilter* vtkStreaklineFilter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkParticleTracerBase.
virtual vtkObjectBase* vtkStreaklineFilter::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkParticleTracerBase.
Reimplemented from vtkParticleTracerBase.
void vtkStreaklineFilter::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 vtkParticleTracerBase.
static vtkStreaklineFilter* vtkStreaklineFilter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkPolyDataAlgorithm.
void vtkStreaklineFilter::operator= | ( | const vtkStreaklineFilter & | ) | [protected] |
virtual int vtkStreaklineFilter::OutputParticles | ( | vtkPolyData * | poly | ) | [protected, virtual] |
Implements vtkParticleTracerBase.
virtual void vtkStreaklineFilter::Finalize | ( | ) | [protected, virtual] |
Reimplemented from vtkParticleTracerBase.
StreaklineFilterInternal vtkStreaklineFilter::It [protected] |
Definition at line 66 of file vtkStreaklineFilter.h.