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,
33 const SaveOptions& options = {});
43template <
typename Scalar,
typename Index>
45 std::ostream& output_stream,
46 const scene::Scene<Scalar, Index>& scene,
48 const SaveOptions& options = {});
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:25