gtsam_points
Loading...
Searching...
No Matches
mesh_io.hpp
Go to the documentation of this file.
1#ifndef GLK_MESH_IO_HPP
2#define GLK_MESH_IO_HPP
3
4#include <glk/mesh_model.hpp>
5
6namespace glk {
7
8std::shared_ptr<MeshModel> load_mesh_model(const std::string& path);
9
10} // namespace glk
11
12#endif
Definition async_buffer_copy.hpp:6
std::shared_ptr< MeshModel > load_mesh_model(const std::string &path)
std::enable_if_t< needs_aligned_allocator< T >::value, std::shared_ptr< T > > make_shared(Args &&... args)
Definition make_shared.hpp:20