Wildmeshing Toolkit
Loading...
Searching...
No Matches
src
wmtk
io
read_edge_mesh.hpp
1
#pragma once
2
3
#include <wmtk/Types.hpp>
4
5
namespace
wmtk::io {
6
19
void
read_edge_mesh(
const
std::string& path, MatrixXd& V, MatrixXi& E);
20
21
}
// namespace wmtk::io
Generated by
1.9.8