![]() |
neoGFX
C++ GPU-oriented GUI library and app/game creation framework.
|
#include <i_mesh.hpp>
Classes | |
| struct | no_container |
Public Types | |
| typedef std::vector< face > | container |
| typedef std::shared_ptr< container > | container_pointer |
| typedef container::const_iterator | const_iterator |
| typedef container::iterator | iterator |
Public Member Functions | |
| face_list () | |
| face_list (container_pointer aFaces) | |
| face_list (const face_list &aOther, const_iterator aBegin, const_iterator aEnd) | |
| bool | empty () const |
| const_iterator | cbegin () const |
| const_iterator | begin () const |
| iterator | begin () |
| const_iterator | cend () const |
| const_iterator | end () const |
| iterator | end () |
| const container & | faces () const |
| container & | faces () |
Definition at line 47 of file i_mesh.hpp.
| typedef container::const_iterator neogfx::face_list::const_iterator |
Definition at line 54 of file i_mesh.hpp.
| typedef std::vector<face> neogfx::face_list::container |
Definition at line 52 of file i_mesh.hpp.
| typedef std::shared_ptr<container> neogfx::face_list::container_pointer |
Definition at line 53 of file i_mesh.hpp.
| typedef container::iterator neogfx::face_list::iterator |
Definition at line 55 of file i_mesh.hpp.
|
inline |
Definition at line 57 of file i_mesh.hpp.
|
inline |
Definition at line 60 of file i_mesh.hpp.
|
inline |
Definition at line 64 of file i_mesh.hpp.
|
inline |
Definition at line 81 of file i_mesh.hpp.
|
inline |
Definition at line 85 of file i_mesh.hpp.
|
inline |
Definition at line 75 of file i_mesh.hpp.
|
inline |
Definition at line 91 of file i_mesh.hpp.
|
inline |
Definition at line 71 of file i_mesh.hpp.
|
inline |
Definition at line 97 of file i_mesh.hpp.
|
inline |
Definition at line 101 of file i_mesh.hpp.
|
inline |
Definition at line 107 of file i_mesh.hpp.
|
inline |
Definition at line 113 of file i_mesh.hpp.