bool operator==(const ParticleData &rhs) const
Equality operator.
Definition: Particles.h:39
Math::Vector3d velocity
The velocity of the particle [m/s].
Definition: Particles.h:34
bool operator!=(const ParticleData &rhs) const
Inequality operator.
Definition: Particles.h:47
Particles::VertexType Particle
Definition: Particles.h:54
double lifetime
The lifetime of the particle [s].
Definition: Particles.h:31
Definition: Particles.h:29
DataStructures::Vertices< ParticleData > Particles
Definition: Particles.h:53