|
g2o
|
data structure for loopuk during Dijkstra More...
#include <estimate_propagator.h>

Public Member Functions | |
| AdjacencyMapEntry () | |
| void | reset () |
| OptimizableGraph::Vertex * | child () const |
| const OptimizableGraph::VertexSet & | parent () const |
| OptimizableGraph::Edge * | edge () const |
| double | distance () const |
| int | frontierLevel () const |
Protected Attributes | |
| OptimizableGraph::Vertex * | _child |
| OptimizableGraph::VertexSet | _parent |
| OptimizableGraph::Edge * | _edge |
| double | _distance |
| int | _frontierLevel |
Private Attributes | |
| bool | inQueue |
| PriorityQueue::iterator | queueIt |
Friends | |
| class | EstimatePropagator |
| class | PriorityQueue |
data structure for loopuk during Dijkstra
Definition at line 110 of file estimate_propagator.h.
| g2o::EstimatePropagator::AdjacencyMapEntry::AdjacencyMapEntry | ( | ) |
|
inline |
Definition at line 116 of file estimate_propagator.h.
Referenced by g2o::EstimatePropagator::EstimatePropagator(), and g2o::EstimatePropagator::propagate().
|
inline |
Definition at line 119 of file estimate_propagator.h.
Referenced by g2o::EstimatePropagator::propagate(), and g2o::EstimatePropagator::PriorityQueue::push().
|
inline |
Definition at line 118 of file estimate_propagator.h.
Referenced by g2o::EstimatePropagator::propagate().
|
inline |
Definition at line 120 of file estimate_propagator.h.
|
inline |
Definition at line 117 of file estimate_propagator.h.
Referenced by g2o::EstimatePropagator::propagate().
| void g2o::EstimatePropagator::AdjacencyMapEntry::reset | ( | ) |
Definition at line 56 of file estimate_propagator.cpp.
Referenced by AdjacencyMapEntry().
|
friend |
Definition at line 112 of file estimate_propagator.h.
|
friend |
Definition at line 113 of file estimate_propagator.h.
|
protected |
Definition at line 123 of file estimate_propagator.h.
Referenced by g2o::EstimatePropagator::EstimatePropagator().
|
protected |
Definition at line 126 of file estimate_propagator.h.
|
protected |
Definition at line 125 of file estimate_propagator.h.
|
protected |
Definition at line 127 of file estimate_propagator.h.
Referenced by g2o::EstimatePropagator::propagate().
|
protected |
Definition at line 124 of file estimate_propagator.h.
|
private |
Definition at line 130 of file estimate_propagator.h.
Referenced by g2o::EstimatePropagator::PriorityQueue::pop(), and g2o::EstimatePropagator::PriorityQueue::push().
|
private |
Definition at line 131 of file estimate_propagator.h.
Referenced by g2o::EstimatePropagator::PriorityQueue::pop(), and g2o::EstimatePropagator::PriorityQueue::push().