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