30#ifndef vtkPStreamTracer_h
31#define vtkPStreamTracer_h
39class PStreamTracerPoint;
41class AbstractPStreamTracerUtils;
43#include "vtkFiltersParallelFlowPathsModule.h"
85 PStreamTracerPoint* pt,
96 friend class AbstractPStreamTracerUtils;
An abstract class for obtaining the interpolated velocity values at a point.
abstract class to specify dataset behavior
a simple class to control print indentation
Multiprocessing communication superclass.
hierarchical dataset of vtkUniformGrids
parallel streamline generators
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkMultiProcessController * Controller
vtkAbstractInterpolatedVelocityField * Interpolator
virtual void SetController(vtkMultiProcessController *controller)
Set/Get the controller use in compositing (set to the global controller by default) If not using the ...
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void SetInterpolator(vtkAbstractInterpolatedVelocityField *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkPStreamTracer * New()
concrete dataset represents vertices, lines, polygons, and triangle strips