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