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