37 #ifndef vtkPLagrangianParticleTracker_h
38 #define vtkPLagrangianParticleTracker_h
40 #include "vtkFiltersParallelFlowPathsModule.h"
44 class MasterFlagManager;
45 class ParticleStreamManager;
46 class RankFlagManager;
89 void SendParticle(vtkLagrangianParticle* particle);
90 void ReceiveParticles(std::queue<vtkLagrangianParticle*>& particleQueue);
92 bool FinalizeOutputs(
vtkPolyData* particlePathsOutput,
95 bool CheckParticlePathsRenderingThreshold(
vtkPolyData* particlePathsOutput) VTK_OVERRIDE;
97 void InitializeSurface(
vtkDataObject*& surfaces) VTK_OVERRIDE;
102 virtual
vtkIdType GetNewParticleId() VTK_OVERRIDE;
114 ParticleStreamManager* StreamManager;
115 MasterFlagManager* MFlagManager;
116 RankFlagManager* RFlagManager;
represent and manipulate point attribute data
static vtkLagrangianParticleTracker * New()
parallel Lagrangian particle tracker
abstract class to specify dataset behavior
Hold a reference to a vtkObjectBase instance.
concrete dataset represents vertices, lines, polygons, and triangle strips
a simple class to control print indentation
list of point or cell ids
dataset represents arbitrary combinations of all possible cell types
abstract superclass for arrays of numeric data
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Process communication using MPI.
Basis class for Lagrangian particles.
Composite dataset that organizes datasets into blocks.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
general representation of visualization data
Filter to inject and track particles in a flow.
Fast Simple Class for dealing with 3D bounds.