|
DGtal 1.4.2
|
#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.
|
inline |
Definition at line 141 of file HalfEdgeDataStructure.h.
|
inline |
Definition at line 134 of file HalfEdgeDataStructure.h.
Referenced by operator<().
|
inline |
Definition at line 135 of file HalfEdgeDataStructure.h.
|
inline |
Definition at line 146 of file HalfEdgeDataStructure.h.
|
inline |
Definition at line 131 of file HalfEdgeDataStructure.h.
Referenced by operator<().
|
inline |
Definition at line 132 of file HalfEdgeDataStructure.h.
| VertexIndex DGtal::HalfEdgeDataStructure::Edge::v[2] |
The two vertex indices.
Definition at line 129 of file HalfEdgeDataStructure.h.