netgen/libsrc/interface/rw_medit.hpp

12 lines
510 B
C++
Raw Normal View History

2023-10-24 13:41:27 +05:00
#include <meshing.hpp>
#include "writeuser.hpp"
namespace netgen
{
2023-11-06 21:33:36 +05:00
DLL_HEADER void ReadMeditFormat (Mesh & mesh, const filesystem::path & filename, map<tuple<int, int>, int> & index_map);
2023-10-24 13:41:27 +05:00
DLL_HEADER void ReadMeditFormat (Mesh & mesh, const filesystem::path & filename);
DLL_HEADER void WriteMeditFormat (const Mesh & mesh, const filesystem::path & filename, map<tuple<int,int>, int> & index_map);
DLL_HEADER void WriteMeditFormat (const Mesh & mesh, const filesystem::path & filename);
} // namespace netgen