30 #ifndef vtkPStreamTracer_h
31 #define vtkPStreamTracer_h
39 class PStreamTracerPoint;
41 class AbstractPStreamTracerUtils;
43 #include "vtkFiltersParallelFlowPathsModule.h"
85 PStreamTracerPoint* pt,
96 friend class AbstractPStreamTracerUtils;
parallel streamline generators
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkMultiProcessController * Controller
abstract class to specify dataset behavior
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
An abstract class for obtaining the interpolated velocity values at a point.
Hold a reference to a vtkObjectBase instance.
concrete dataset represents vertices, lines, polygons, and triangle strips
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkStreamTracer * New()
Construct object to start from position (0,0,0), with forward integration, terminal speed 1...
a simple class to control print indentation
vtkAbstractInterpolatedVelocityField * Interpolator
hierarchical dataset of vtkUniformGrids
Multiprocessing communication superclass.