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