#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 () | |
| typedef const node* clist< T >::const_iterator |
| typedef T clist< T >::value_type |
Definition at line 61 of file clist.hh.
References clist< T >::node::succ.
Definition at line 70 of file clist.hh.
Referenced by TPolyTriangulator< VertexVector, Polygon >::triangulate().
|
inline |
Definition at line 74 of file clist.hh.
Referenced by TPolyTriangulator< VertexVector, Polygon >::triangulate().
|
inline |
|
inline |
Definition at line 101 of file clist.hh.
References clist< T >::node::node(), clist< T >::node::prev, and clist< T >::node::succ.
Referenced by TPolyTriangulator< VertexVector, Polygon >::triangulate().
Definition at line 87 of file clist.hh.
References clist< T >::node::prev, and clist< T >::node::succ.
Referenced by TPolyTriangulator< VertexVector, Polygon >::triangulate().
|
inline |
Definition at line 113 of file clist.hh.
References NS_MIA_END, and clist< T >::node::succ.