26 #ifndef vtkPTemporalStreamTracer_h
27 #define vtkPTemporalStreamTracer_h
29 #include "vtkFiltersParallelFlowPathsModule.h"
95 int &LocalAssignedCount);
A helper class for interpolating between times during particle tracing.
abstract class to write particle data to file
abstract class to specify dataset behavior
virtual void AssignSeedsToProcessors(vtkDataSet *source, int sourceID, int ptId, vtkTemporalStreamTracerNamespace::ParticleVector &LocalSeedPoints, int &LocalAssignedCount)
dynamic, self-adjusting array of float
provides thread-safe access to cells
dynamic, self-adjusting array of double
void PrintSelf(ostream &os, vtkIndent indent)
vtkMultiProcessController * Controller
dynamic, self-adjusting array of char
dynamic, self-adjusting array of int
a simple class to control print indentation
abstract superclass for arrays of numeric data
void AddParticleToMPISendList(vtkTemporalStreamTracerNamespace::ParticleInformation &info)
A Parallel Particle tracer for unsteady vector fields.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
object to represent cell connectivity
Composite dataset that organizes datasets into blocks.
static vtkTemporalStreamTracer * New()
virtual void AssignUniqueIds(vtkTemporalStreamTracerNamespace::ParticleVector &LocalSeedPoints)
std::vector< ParticleInformation > ParticleVector
represent and manipulate 3D points
virtual void TransmitReceiveParticles(vtkTemporalStreamTracerNamespace::ParticleVector &outofdomain, vtkTemporalStreamTracerNamespace::ParticleVector &received, bool removeself)
Multiprocessing communication superclass.