DGtal
0.6.devel
|
#include <Object.h>
Public Member Functions | |
Edge (const Vertex &v1, const Vertex &v2) | |
bool | operator== (const Edge &other) const |
bool | operator< (const Edge &other) const |
Data Fields | |
Vertex | vertices [2] |
|
inline |
Constructor from vertices.
v1 | the first vertex. |
v2 | the second vertex. |
Definition at line 129 of file Object.h.
References DGtal::Object< TDigitalTopology, TDigitalSet >::Edge::vertices.
|
inline |
|
inline |
Definition at line 142 of file Object.h.
References DGtal::Object< TDigitalTopology, TDigitalSet >::Edge::vertices.
Vertex DGtal::Object< TDigitalTopology, TDigitalSet >::Edge::vertices[2] |
Definition at line 122 of file Object.h.
Referenced by DGtal::Object< TDigitalTopology, TDigitalSet >::Edge::Edge(), DGtal::Object< TDigitalTopology, TDigitalSet >::Edge::operator<(), and DGtal::Object< TDigitalTopology, TDigitalSet >::Edge::operator==().