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

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

#include <vtkPParticleTracer.h>

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

List of all members.

Public Types

typedef vtkPParticleTracerBase Superclass

Public Member Functions

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

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkPParticleTracerSafeDownCast (vtkObjectBase *o)
static vtkPParticleTracerNew ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkPParticleTracer ()
 ~vtkPParticleTracer ()
virtual int OutputParticles (vtkPolyData *poly)

Detailed Description

A Parallel Particle tracer for unsteady vector fields.

vtkPParticleTracer is a filter that integrates a vector field to generate

See also:
vtkPParticleTracerBase has the details of the algorithms
Tests:
vtkPParticleTracer (Tests)

Definition at line 36 of file vtkPParticleTracer.h.


Member Typedef Documentation

Reimplemented from vtkPParticleTracerBase.

Definition at line 39 of file vtkPParticleTracer.h.


Constructor & Destructor Documentation

vtkPParticleTracer::~vtkPParticleTracer ( ) [inline, protected]

Definition at line 46 of file vtkPParticleTracer.h.


Member Function Documentation

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

virtual int vtkPParticleTracer::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 vtkPParticleTracerBase.

Reimplemented from vtkPParticleTracerBase.

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

Reimplemented from vtkPParticleTracerBase.

Reimplemented from vtkPParticleTracerBase.

void vtkPParticleTracer::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 vtkPParticleTracerBase.

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

Reimplemented from vtkPolyDataAlgorithm.

virtual int vtkPParticleTracer::OutputParticles ( vtkPolyData poly) [protected, virtual]

Implements vtkParticleTracerBase.


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