|
Go to the source code of this file.
Functions | |
template<class Archive > | |
void | load (Archive &ar, ParticleHandler &handl) |
template<class Archive > | |
void | save (Archive &ar, const ParticleHandler &handl) |
template<class Archive > | |
void | load (Archive &ar, BaseParticle &p) |
template<class Archive > | |
void | save (Archive &ar, const BaseParticle &p) |
void load | ( | Archive & | ar, |
BaseParticle & | p | ||
) |
References BaseInteractable::setPosition(), BaseParticle::setRadius(), and BaseInteractable::setVelocity().
void load | ( | Archive & | ar, |
ParticleHandler & | handl | ||
) |
References BaseHandler< T >::copyAndAddObject(), BaseInteractable::getPosition(), BaseParticle::getRadius(), BaseInteractable::getVelocity(), constants::i, INFO, and logger.
Referenced by main().
void save | ( | Archive & | ar, |
const BaseParticle & | p | ||
) |
void save | ( | Archive & | ar, |
const ParticleHandler & | handl | ||
) |
References ParticleHandler::getNumberOfObjects().