|
DGtal 2.0.0
|
#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 |
Invalid default constructor.
Definition at line 172 of file Object.h.
Referenced by operator!=(), operator<(), and operator==().
|
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 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 vertices.
|
inline |
|
inline |
|
inline |
| Vertex DGtal::Object< TDigitalTopology, TDigitalSet >::Edge::vertices[2] |
Definition at line 167 of file Object.h.
Referenced by Edge(), Edge(), operator!=(), operator<(), and operator==().