#include </home/guntram/tmp/GrAL/gral/base/include/Gral/Iterators/vertex-on-edge-iterator.h>
Public Types | |
| typedef GRID | grid_type |
| typedef GT::Vertex | Vertex |
| typedef GT::vertex_handle | vertex_handle |
| typedef GT::Edge | Edge |
|
typedef grid_incidence_iterator_category_d< 0, 1 > | category |
| typedef Edge | anchor_type |
| typedef Vertex | value_type |
| typedef Vertex | element_type |
Public Member Functions | |
| vertex_on_edge_iterator (Edge const &ee, int llv=0) | |
| self & | operator++ () |
| bool | IsDone () const |
| Vertex | operator* () const |
| vertex_handle | handle () const |
| Edge const & | TheEdge () const |
| Edge const & | TheAnchor () const |
| grid_type const & | TheGrid () const |
| bool | operator== (self const &rhs) const |
| bool | operator!= (self const &rhs) const |
| bool | bound () const |
| bool | valid () const |
Static Public Member Functions | |
| static self | begin (Edge const &ee) |
| static self | end (Edge const &ee) |
| static unsigned | size (Edge const &) |
typedef Edge vertex_handle() Edge::v1(), Edge::v2() Definition at line 34 of file vertex-on-edge-iterator.h.
1.5.8