VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkParticleTracer Class Reference

A Parallel Particle tracer for unsteady vector fields. More...

#include <vtkParticleTracer.h>

Inheritance diagram for vtkParticleTracer:
Inheritance graph
[legend]
Collaboration diagram for vtkParticleTracer:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkParticleTracerBase Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkParticleTracerNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkParticleTracerSafeDownCast (vtkObjectBase *o)
static vtkParticleTracerNew ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkParticleTracer ()
virtual ~vtkParticleTracer ()
 vtkParticleTracer (const vtkParticleTracer &)
void operator= (const vtkParticleTracer &)
virtual int OutputParticles (vtkPolyData *poly)

Detailed Description

A Parallel Particle tracer for unsteady vector fields.

vtkParticleTracer is a filter that integrates a vector field to advect particles

See also:
vtkParticleTracerBase has the details of the algorithms
Tests:
vtkParticleTracer (Tests)

Definition at line 35 of file vtkParticleTracer.h.


Member Typedef Documentation

Reimplemented from vtkParticleTracerBase.

Definition at line 38 of file vtkParticleTracer.h.


Constructor & Destructor Documentation

virtual vtkParticleTracer::~vtkParticleTracer ( ) [inline, protected, virtual]

Definition at line 45 of file vtkParticleTracer.h.


Member Function Documentation

static int vtkParticleTracer::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 vtkParticleTracer::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.

Reimplemented from vtkParticleTracerBase.

virtual vtkObjectBase* vtkParticleTracer::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkParticleTracerBase.

Reimplemented from vtkParticleTracerBase.

void vtkParticleTracer::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.

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkPolyDataAlgorithm.

void vtkParticleTracer::operator= ( const vtkParticleTracer ) [protected]
virtual int vtkParticleTracer::OutputParticles ( vtkPolyData poly) [protected, virtual]

Implements vtkParticleTracerBase.


The documentation for this class was generated from the following file: