32#ifndef vtkPTemporalStreamTracer_h
33#define vtkPTemporalStreamTracer_h
36#include "vtkFiltersParallelFlowPathsModule.h"
59 "vtkParticlePathFilter, or vtkStreaklineFilter")
102 int& LocalAssignedCount)
override;
abstract class to write particle data to file
object to represent cell connectivity
abstract superclass for arrays of numeric data
abstract class to specify dataset behavior
dynamic, self-adjusting array of double
dynamic, self-adjusting array of float
provides thread-safe access to cells
a simple class to control print indentation
dynamic, self-adjusting array of int
Composite dataset that organizes datasets into blocks.
Multiprocessing communication superclass.
vtkPTemporalStreamTracer()
vtkMultiProcessController * Controller
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void AssignUniqueIds(vtkTemporalStreamTracerNamespace::ParticleVector &LocalSeedPoints) override
give each one a unique ID.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
void AddParticleToMPISendList(vtkTemporalStreamTracerNamespace::ParticleInformation &info)
~vtkPTemporalStreamTracer()
static vtkPTemporalStreamTracer * New()
Construct object using 2nd order Runge Kutta.
virtual void AssignSeedsToProcessors(vtkDataSet *source, int sourceID, int ptId, vtkTemporalStreamTracerNamespace::ParticleVector &LocalSeedPoints, int &LocalAssignedCount) override
all the injection/seed points according to which processor they belong to.
virtual void TransmitReceiveParticles(vtkTemporalStreamTracerNamespace::ParticleVector &outofdomain, vtkTemporalStreamTracerNamespace::ParticleVector &received, bool removeself) override
this is used during classification of seed points and also between iterations of the main loop as par...
virtual void SetController(vtkMultiProcessController *controller)
Set/Get the controller used when sending particles between processes The controller must be an instan...
represent and manipulate 3D points
A helper class for interpolating between times during particle tracing.
A Parallel Particle tracer for unsteady vector fields.
std::vector< ParticleInformation > ParticleVector
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
#define VTK_DEPRECATED_IN_9_0_0(reason)