|
DGtal 2.0.0
|
#include <DGtal/topology/HalfEdgeDataStructure.h>
Public Member Functions | |
| VertexIndex & | start () |
| const VertexIndex & | start () const |
| VertexIndex & | end () |
| const VertexIndex & | end () const |
| Edge () | |
| Edge (VertexIndex vi, VertexIndex vj) | |
| bool | operator< (const Edge &other) const |
Data Fields | |
| VertexIndex | v [2] |
| The two vertex indices. | |
Represents an unoriented edge as two vertex indices, the first lower than the second.
Definition at line 126 of file HalfEdgeDataStructure.h.
|
inline |
Definition at line 137 of file HalfEdgeDataStructure.h.
References v.
Referenced by operator<().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 146 of file HalfEdgeDataStructure.h.
|
inline |
|
inline |
| VertexIndex DGtal::HalfEdgeDataStructure::Edge::v[2] |