#include <mia/mesh/clist.hh>
Public Member Functions | |
node (T v, node *p, node *s) | |
T & | operator* () |
const T & | operator* () const |
Data Fields | |
node * | prev |
node * | succ |
T | value |
Definition at line 39 of file clist.hh.
Referenced by clist< T >::push_back().
|
inline |
Definition at line 44 of file clist.hh.
References clist< T >::node::value.
|
inline |
Definition at line 47 of file clist.hh.
References clist< T >::node::value.
Definition at line 37 of file clist.hh.
Referenced by clist< T >::push_back(), clist< T >::remove(), and TPolyTriangulator< VertexVector, Polygon >::triangulate().
Definition at line 38 of file clist.hh.
Referenced by clist< T >::push_back(), clist< T >::remove(), clist< T >::size(), TPolyTriangulator< VertexVector, Polygon >::triangulate(), and clist< T >::~clist().
T clist< T >::node::value |
Definition at line 36 of file clist.hh.
Referenced by clist< T >::node::operator*().