VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPParticlePathFilter Class Reference

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

#include <vtkPParticlePathFilter.h>

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

List of all members.

Public Types

typedef vtkPParticleTracerBase Superclass

Public Member Functions

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

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkPParticlePathFilterSafeDownCast (vtkObjectBase *o)
static vtkPParticlePathFilterNew ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkPParticlePathFilter ()
 ~vtkPParticlePathFilter ()
virtual void ResetCache ()
virtual int OutputParticles (vtkPolyData *poly)
void Finalize ()

Protected Attributes

ParticlePathFilterInternal It

Detailed Description

A Parallel Particle tracer for unsteady vector fields.

vtkPParticlePathFilter is a filter that integrates a vector field to generate

See also:
vtkPParticlePathFilterBase has the details of the algorithms

Definition at line 34 of file vtkPParticlePathFilter.h.


Member Typedef Documentation

Reimplemented from vtkPParticleTracerBase.

Definition at line 37 of file vtkPParticlePathFilter.h.


Constructor & Destructor Documentation

Definition at line 44 of file vtkPParticlePathFilter.h.


Member Function Documentation

static int vtkPParticlePathFilter::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 vtkPParticlePathFilter::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* vtkPParticlePathFilter::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkPParticleTracerBase.

Reimplemented from vtkPParticleTracerBase.

void vtkPParticlePathFilter::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 void vtkPParticlePathFilter::ResetCache ( ) [protected, virtual]

Reimplemented from vtkParticleTracerBase.

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

Implements vtkParticleTracerBase.

void vtkPParticlePathFilter::Finalize ( ) [protected, virtual]

Reimplemented from vtkParticleTracerBase.


Member Data Documentation

Definition at line 50 of file vtkPParticlePathFilter.h.


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