27 #ifndef vtkPStreamTracer_h
28 #define vtkPStreamTracer_h
36 class PStreamTracerPoint;
38 class AbstractPStreamTracerUtils;
40 #include "vtkFiltersParallelFlowPathsModule.h"
82 PStreamTracerPoint* pt,
84 vtkAbstractInterpolatedVelocityField* func,
87 bool TraceOneStep(
vtkPolyData* traceOut, vtkAbstractInterpolatedVelocityField*, PStreamTracerPoint* pt);
93 friend class AbstractPStreamTracerUtils;
parallel streamline generators
abstract class to specify dataset behavior
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
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
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
hierarchical dataset of vtkUniformGrids
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Multiprocessing communication superclass.