Enmesh
Loading...
Searching...
No Matches
include
Enmesh
io
loadMsh.h
1
#ifndef LOAD_MSH_H
2
#define LOAD_MSH_H
3
4
#include "mesh/mesh.h"
5
6
7
namespace
Enmesh {
8
17
template
<
typename
T>
18
bool
loadMsh(
Mesh<T>
& mesh,
const
std::string& path);
19
20
}
// namespace Enmesh
21
22
23
#include "../../src/io/loadMsh.tpp"
24
25
#endif
Enmesh::Mesh
A class representing a 3D mesh.
Definition
mesh.h:29
Generated by
1.14.0