14#include <lagrange/SurfaceMesh.h>
15#include <lagrange/fs/filesystem.h>
16#include <lagrange/io/types.h>
34template <
typename Scalar,
typename Index>
36 std::ostream& output_stream,
37 const SurfaceMesh<Scalar, Index>& mesh,
53template <
typename Scalar,
typename Index>
55 const fs::path& filename,
56 const SurfaceMesh<Scalar, Index>& mesh,
Mesh input/output.
Definition detect_file_format.h:18
void save_mesh_obj(std::ostream &output_stream, const SurfaceMesh< Scalar, Index > &mesh, const SaveOptions &options={})
Saves a mesh to a stream in OBJ format.
Definition save_obj.cpp:539
Main namespace for Lagrange.
Options used when saving a mesh or a scene.
Definition types.h:32