My Project
|
#include <mia/mesh/clist.hh>
Data Structures | |
struct | node |
Public Types | |
typedef const node * | const_iterator |
typedef node * | iterator |
typedef T | value_type |
Public Member Functions | |
iterator | begin () |
const_iterator | begin () const |
clist () | |
iterator | end () |
const_iterator | end () const |
void | push_back (T val) |
void | remove (node *n) |
int | size () |
~clist () | |
Definition at line 64 of file clist.hh.
References clist< T >::remove(), and clist< T >::node::succ.
Definition at line 76 of file clist.hh.
Referenced by TPolyTriangulator< VertexVector, Polygon >::triangulate().
|
inline |
Definition at line 81 of file clist.hh.
Referenced by TPolyTriangulator< VertexVector, Polygon >::triangulate().
|
inline |
|
inline |
Definition at line 114 of file clist.hh.
References clist< T >::node::prev, and clist< T >::node::succ.
Referenced by TPolyTriangulator< VertexVector, Polygon >::triangulate().
Definition at line 97 of file clist.hh.
References clist< T >::node::prev, and clist< T >::node::succ.
Referenced by TPolyTriangulator< VertexVector, Polygon >::triangulate(), and clist< T >::~clist().
|
inline |
Definition at line 126 of file clist.hh.
References clist< T >::node::succ.