14#include <lagrange/MeshTrait.h>
15#include <lagrange/SurfaceMesh.h>
16#include <lagrange/fs/filesystem.h>
17#include <lagrange/io/types.h>
19#ifdef LAGRANGE_ENABLE_LEGACY_FUNCTIONS
20 #include <lagrange/io/legacy/load_mesh.h>
41 std::enable_if_t<!lagrange::MeshTraitHelper::is_mesh<MeshType>::value>* =
nullptr>
54 std::enable_if_t<!lagrange::MeshTraitHelper::is_mesh<MeshType>::value>* =
nullptr>
Mesh input/output.
Definition: detect_file_format.h:18
MeshType load_mesh(std::istream &input_stream, const LoadOptions &options={})
Load a mesh from a stream.
Definition: load_mesh.cpp:37