int GasType
The gas type of the particle.
Definition: ParticleData.h:18
Vector3< double > Position
The position of the particle.
Definition: ParticleData.h:16
Vector3< double > Velocity
The velocity of the particle.
Definition: ParticleData.h:17
ostream & operator<<(ostream &out, DataReader::DataSnapshot &data)
Out stream operator overload for snapshots.
Definition: DataSnapshot.cpp:350
Stores a single particle data point.
Definition: ParticleData.h:14