#include <interface.hpp>
|
| virtual std::pair< double, Particles > | load (const fs::path &path, double defaultDensity)=0 |
| | Load particles.
|
| |
| virtual | ~Interface ()=default |
| |
Definition at line 10 of file interface.hpp.
◆ ~Interface()
| virtual ParticlesLoader::Interface::~Interface |
( |
| ) |
|
|
virtualdefault |
◆ load()
| virtual std::pair< double, Particles > ParticlesLoader::Interface::load |
( |
const fs::path & | path, |
|
|
double | defaultDensity ) |
|
pure virtual |
The documentation for this class was generated from the following file: