DGtal
1.5.beta
|
#include <DGtal/topology/Object.h>
Public Member Functions | |
Edge () | |
Edge (const Vertex &v1, const Vertex &v2, const bool) | |
Edge (const Vertex &v1, const Vertex &v2) | |
bool | operator== (const Edge &other) const |
bool | operator!= (const Edge &other) const |
bool | operator< (const Edge &other) const |
Data Fields | |
Vertex | vertices [2] |
|
inline |
|
inline |
Constructor from vertices with no auto-order.
v1 | the first vertex. |
v2 | the second vertex. |
Definition at line 179 of file Object.h.
References DGtal::Object< TDigitalTopology, TDigitalSet >::Edge::vertices.
|
inline |
Constructor from vertices with auto-ordering.
v1 | the first vertex. |
v2 | the second vertex. |
Definition at line 190 of file Object.h.
References DGtal::Object< TDigitalTopology, TDigitalSet >::Edge::vertices.
|
inline |
Definition at line 208 of file Object.h.
References DGtal::Object< TDigitalTopology, TDigitalSet >::Edge::vertices.
|
inline |
|
inline |
Definition at line 203 of file Object.h.
References DGtal::Object< TDigitalTopology, TDigitalSet >::Edge::vertices.
Vertex DGtal::Object< TDigitalTopology, TDigitalSet >::Edge::vertices[2] |
Definition at line 167 of file Object.h.
Referenced by DGtal::Object< TDigitalTopology, TDigitalSet >::Edge::Edge(), DGtal::Object< TDigitalTopology, TDigitalSet >::Edge::operator!=(), DGtal::Object< TDigitalTopology, TDigitalSet >::Edge::operator<(), and DGtal::Object< TDigitalTopology, TDigitalSet >::Edge::operator==().