Class for encapsulating and iterating over multiple Particle objects.
virtual void writeParticles(const ParticleContainer &particles, int iteration, int total)=0
Interface function for writing the type, mass, position, velocity and force of a ParticleContainer to...
void writeFile(const std::string &content, const std::string &filename="", int iteration=-1, int total=-1)
Overwrites the contents of the file opened in m_file with a given string. On error,...
Class for encapsulating multiple Particle objects..
Definition ParticleContainer.h:17