#include <graph.h>
Public Member Functions | |
const Vertex * | from () const |
const Vertex * | from () const |
Vertex * | from () |
Vertex * | from () |
virtual bool | revert () |
virtual bool | revert () |
const Vertex * | to () const |
const Vertex * | to () const |
Vertex * | to () |
Vertex * | to () |
virtual | ~Edge () |
virtual | ~Edge () |
Public Attributes | |
bool | _mark |
Protected Member Functions | |
Edge (Vertex *from=0, Vertex *to=0) | |
Edge (Vertex *from=0, Vertex *to=0) | |
Protected Attributes | |
Vertex * | _from |
Vertex * | _to |
Friends | |
struct | Graph |
Definition at line 64 of file include/hogman_minimal/graph/graph.h.
AISNavigation::Graph::Edge::~Edge | ( | ) | [virtual] |
AISNavigation::Graph::Edge::Edge | ( | Vertex * | from = 0 , |
Vertex * | to = 0 |
||
) | [protected] |
virtual AISNavigation::Graph::Edge::~Edge | ( | ) | [virtual] |
AISNavigation::Graph::Edge::Edge | ( | Vertex * | from = 0 , |
Vertex * | to = 0 |
||
) | [protected] |
const Vertex* AISNavigation::Graph::Edge::from | ( | ) | const [inline] |
Definition at line 68 of file include/hogman_minimal/graph/graph.h.
const Vertex* AISNavigation::Graph::Edge::from | ( | ) | const [inline] |
Definition at line 68 of file src/graph/graph.h.
Vertex* AISNavigation::Graph::Edge::from | ( | ) | [inline] |
Definition at line 69 of file src/graph/graph.h.
Vertex* AISNavigation::Graph::Edge::from | ( | ) | [inline] |
Definition at line 69 of file include/hogman_minimal/graph/graph.h.
bool AISNavigation::Graph::Edge::revert | ( | ) | [virtual] |
Reimplemented in AISNavigation::PoseGraph< T, I >::Edge, and AISNavigation::PoseGraph< T, I >::Edge.
virtual bool AISNavigation::Graph::Edge::revert | ( | ) | [virtual] |
Reimplemented in AISNavigation::PoseGraph< T, I >::Edge, and AISNavigation::PoseGraph< T, I >::Edge.
const Vertex* AISNavigation::Graph::Edge::to | ( | ) | const [inline] |
Definition at line 70 of file src/graph/graph.h.
const Vertex* AISNavigation::Graph::Edge::to | ( | ) | const [inline] |
Definition at line 70 of file include/hogman_minimal/graph/graph.h.
Vertex* AISNavigation::Graph::Edge::to | ( | ) | [inline] |
Definition at line 71 of file src/graph/graph.h.
Vertex* AISNavigation::Graph::Edge::to | ( | ) | [inline] |
Definition at line 71 of file include/hogman_minimal/graph/graph.h.
Graph [friend] |
Definition at line 65 of file include/hogman_minimal/graph/graph.h.
Vertex * AISNavigation::Graph::Edge::_from [protected] |
Definition at line 76 of file include/hogman_minimal/graph/graph.h.
bool AISNavigation::Graph::Edge::_mark [mutable] |
Definition at line 73 of file include/hogman_minimal/graph/graph.h.
Vertex * AISNavigation::Graph::Edge::_to [protected] |
Definition at line 77 of file include/hogman_minimal/graph/graph.h.