28#ifndef vtkPStreamTracer_h
29#define vtkPStreamTracer_h
37class PStreamTracerPoint;
39class AbstractPStreamTracerUtils;
41#include "vtkFiltersParallelFlowPathsModule.h"
79 void Trace(
vtkDataSet* input,
int vecType,
const char* vecName, PStreamTracerPoint* pt,
90 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
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 ...
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
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.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkPStreamTracer() override
static vtkPStreamTracer * New()
concrete dataset represents vertices, lines, polygons, and triangle strips
Hold a reference to a vtkObjectBase instance.