#include <vtkDistributedStreamTracer.h>
Inheritance diagram for vtkDistributedStreamTracer:
This filter integrates streamlines on a distributed dataset. It is essentially a serial algorithm: only one process is active at one time and it is not more efficient than a single process integration. It is useful when the data is too large to be on one process and has to be kept distributed.
Definition at line 35 of file vtkDistributedStreamTracer.h.
Public Types | |
typedef vtkPStreamTracer | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkDistributedStreamTracer * | SafeDownCast (vtkObject *o) |
static vtkDistributedStreamTracer * | New () |
Protected Member Functions | |
vtkDistributedStreamTracer () | |
~vtkDistributedStreamTracer () | |
void | ForwardTask (double seed[3], int direction, int isNewSeed, int lastid, int lastCellId, int currentLine, double *firstNormal) |
int | ProcessTask (double seed[3], int direction, int isNewSeed, int lastid, int lastCellId, int currentLine, double *firstNormal, vtkInformationVector **inputVector) |
int | ProcessNextLine (int currentLine, vtkInformationVector **inputVector) |
int | ReceiveAndProcessTask (vtkInformationVector **inputVector) |
virtual void | ParallelIntegrate (vtkInformationVector **inputVector) |
|
Reimplemented from vtkPStreamTracer. Definition at line 38 of file vtkDistributedStreamTracer.h. |
|
|
|
|
|
Reimplemented from vtkPStreamTracer. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPStreamTracer. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPStreamTracer. |
|
Reimplemented from vtkPStreamTracer. |
|
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 vtkPStreamTracer. |
|
Construct object to start from position (0,0,0), integrate forward, terminal speed 1.0E-12, vorticity computation on, integration step length 0.5 (unit cell length), maximum number of steps 2000, using 2nd order Runge Kutta and maximum propagation 1.0 (unit length). Reimplemented from vtkStreamTracer. |
|
|
|
|
|
|
|
|
|
Implements vtkPStreamTracer. |