#include <Face.h>
Definition at line 42 of file Face.h.
Public Member Functions | |
EdgeAroundIterator (Edge *e) | |
void | reset () |
EdgeAroundIterator & | operator++ (void) |
EdgeAroundIterator | operator++ (int) |
Edge * | edge (void) const |
Edge *& | edge (void) |
Vertex * | vertex (void) const |
Vertex *& | vertex (void) |
Face * | face (void) const |
Face *& | face (void) |
bool | end (void) |
Private Attributes | |
Edge * | endI |
Edge * | run |
Edge * | _e |
|
Definition at line 49 of file Face.h.
|
|
Definition at line 70 of file Face.h. 00070 { return run; }
|
|
Definition at line 69 of file Face.h. 00069 { return run; }
|
|
Definition at line 78 of file Face.h.
|
|
Definition at line 76 of file Face.h.
|
|
Definition at line 75 of file Face.h.
|
|
Definition at line 65 of file Face.h. 00065 { 00066 EdgeAroundIterator r = *this; ++*this; return r; 00067 }
|
|
Definition at line 60 of file Face.h.
|
|
Definition at line 55 of file Face.h.
|
|
Definition at line 73 of file Face.h.
|
|
Definition at line 72 of file Face.h.
|
|
|
|
|
|
|