14#include <lagrange/fs/filesystem.h>
15#include <lagrange/io/types.h>
16#include <lagrange/scene/Scene.h>
29template <
typename Scalar,
typename Index>
31 const fs::path& filename,
32 const scene::Scene<Scalar, Index>& scene,
43template <
typename Scalar,
typename Index>
45 std::ostream& output_stream,
46 const scene::Scene<Scalar, Index>& scene,
Mesh input/output.
Definition detect_file_format.h:18
void save_scene(const fs::path &filename, const scene::Scene< Scalar, Index > &scene, const SaveOptions &options={})
Save a scene to a file.
Definition save_scene.cpp:26
Options used when saving a mesh or a scene.
Definition types.h:32