MPS-Basic
Loading...
Searching...
No Matches
prof.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
interface.hpp
"
4
5
namespace
ParticlesLoader
{
6
11
class
Prof
:
public
Interface
{
12
public
:
13
std::pair<double, Particles>
load
(
const
fs::path& path,
double
defaultDensity)
override
;
14
~Prof
()
override
;
15
Prof
();
16
};
17
}
// namespace ParticlesLoader
ParticlesLoader::Interface
Definition
interface.hpp:10
ParticlesLoader::Prof
Class for loading particles from a prof file.
Definition
prof.hpp:11
ParticlesLoader::Prof::load
std::pair< double, Particles > load(const fs::path &path, double defaultDensity) override
Load particles.
Definition
prof.cpp:13
ParticlesLoader::Prof::Prof
Prof()
Definition
prof.cpp:10
ParticlesLoader::Prof::~Prof
~Prof() override
Definition
prof.cpp:42
ParticlesLoader
Definition
csv.hpp:5
interface.hpp
src
particles_loader
prof.hpp
Generated by
1.12.0