14#ifdef LAGRANGE_WITH_ASSIMP
16#include <lagrange/SurfaceMesh.h>
17#include <lagrange/fs/filesystem.h>
18#include <lagrange/MeshTrait.h>
19#include <lagrange/io/types.h>
21#ifdef LAGRANGE_ENABLE_LEGACY_FUNCTIONS
22 #include <lagrange/io/legacy/load_mesh_assimp.h>
38 std::enable_if_t<!lagrange::MeshTraitHelper::is_mesh<MeshType>::value>* =
nullptr>
39MeshType load_mesh_assimp(
const fs::path& filename,
const LoadOptions& options = {});
50 std::enable_if_t<!lagrange::MeshTraitHelper::is_mesh<MeshType>::value>* =
nullptr>
51MeshType load_mesh_assimp(std::istream& input_stream,
const LoadOptions& options = {});
Mesh input/output.
Definition: detect_file_format.h:18