Unravel Engine C++ Reference
|
A type erasing container that can store any mesh. More...
#include <any_mesh.hpp>
Public Member Functions | |
template<typename mesh_t > | |
any_mesh (mesh_t mesh) | |
any_mesh (const any_mesh &that) | |
any_mesh (any_mesh &&)=default | |
any_mesh & | operator= (const any_mesh &that) |
any_mesh & | operator= (any_mesh &&)=default |
any_generator< triangle_t > | triangles () const noexcept |
any_generator< mesh_vertex_t > | vertices () const noexcept |
A type erasing container that can store any mesh.
Definition at line 14 of file any_mesh.hpp.
|
inline |
Definition at line 18 of file any_mesh.hpp.
any_mesh::any_mesh | ( | const any_mesh & | that | ) |
Definition at line 7 of file any_mesh.cpp.
|
default |
Definition at line 11 of file any_mesh.cpp.
|
noexcept |
Definition at line 17 of file any_mesh.cpp.
|
noexcept |
Definition at line 22 of file any_mesh.cpp.