#include <Vertex.h>
Definition at line 62 of file Vertex.h.
Public Member Functions | |
EdgeAroundIterator (Edge *e) | |
EdgeAroundIterator & | operator++ (void) |
EdgeAroundIterator | operator++ (int) |
Edge * | edge_out (void) const |
Edge *& | edge_out (void) |
Vertex * | vertex (void) const |
Vertex *& | vertex (void) |
bool | end (void) |
Private Attributes | |
Edge * | endI |
Edge * | run |
|
Definition at line 68 of file Vertex.h.
|
|
Definition at line 82 of file Vertex.h. 00082 { return run; }
|
|
Definition at line 81 of file Vertex.h. 00081 { return run; }
|
|
Definition at line 87 of file Vertex.h.
|
|
Definition at line 77 of file Vertex.h. 00077 { 00078 EdgeAroundIterator r = *this; ++*this; return r; 00079 }
|
|
Definition at line 72 of file Vertex.h.
|
|
Definition at line 85 of file Vertex.h.
|
|
Definition at line 84 of file Vertex.h.
|
|
|
|
|