MPS-Basic
|
Class for loading particles from a prof file. More...
#include <prof.hpp>
Public Member Functions | |
std::pair< double, Particles > | load (const fs::path &path, double defaultDensity) override |
Load particles. | |
~Prof () override | |
Prof () | |
Public Member Functions inherited from ParticlesLoader::Interface | |
virtual | ~Interface ()=default |
Class for loading particles from a prof file.
For more details on the prof file format, please refer to the Profile.
|
overridevirtual |
Load particles.
path | Path to the particles file |
defaultDensity | Default density of particles |
Implements ParticlesLoader::Interface.
Definition at line 13 of file prof.cpp.