#include <hyper_dijkstra.h>
|
AdjacencyMap & | adjacencyMap () |
|
HyperGraph * | graph () |
|
| HyperDijkstra (HyperGraph *g) |
|
void | shortestPaths (HyperGraph::Vertex *v, HyperDijkstra::CostFunction *cost, double maxDistance=std::numeric_limits< double >::max(), double comparisonConditioner=1e-3, bool directed=false, double maxEdgeCost=std::numeric_limits< double >::max()) |
|
void | shortestPaths (HyperGraph::VertexSet &vset, HyperDijkstra::CostFunction *cost, double maxDistance=std::numeric_limits< double >::max(), double comparisonConditioner=1e-3, bool directed=false, double maxEdgeCost=std::numeric_limits< double >::max()) |
|
HyperGraph::VertexSet & | visited () |
|
|
static void | computeTree (AdjacencyMap &amap) |
|
static void | connectedSubset (HyperGraph::VertexSet &connected, HyperGraph::VertexSet &visited, HyperGraph::VertexSet &startingSet, HyperGraph *g, HyperGraph::Vertex *v, HyperDijkstra::CostFunction *cost, double distance, double comparisonConditioner, double maxEdgeCost=std::numeric_limits< double >::max()) |
|
static void | visitAdjacencyMap (AdjacencyMap &amap, TreeAction *action, bool useDistance=false) |
|
Definition at line 38 of file hyper_dijkstra.h.
g2o::HyperDijkstra::HyperDijkstra |
( |
HyperGraph * |
g | ) |
|
void g2o::HyperDijkstra::reset |
( |
| ) |
|
|
protected |
void g2o::HyperDijkstra::shortestPaths |
( |
HyperGraph::Vertex * |
v, |
|
|
HyperDijkstra::CostFunction * |
cost, |
|
|
double |
maxDistance = std::numeric_limits< double >::max() , |
|
|
double |
comparisonConditioner = 1e-3 , |
|
|
bool |
directed = false , |
|
|
double |
maxEdgeCost = std::numeric_limits< double >::max() |
|
) |
| |
void g2o::HyperDijkstra::shortestPaths |
( |
HyperGraph::VertexSet & |
vset, |
|
|
HyperDijkstra::CostFunction * |
cost, |
|
|
double |
maxDistance = std::numeric_limits< double >::max() , |
|
|
double |
comparisonConditioner = 1e-3 , |
|
|
bool |
directed = false , |
|
|
double |
maxEdgeCost = std::numeric_limits< double >::max() |
|
) |
| |
void g2o::HyperDijkstra::visitAdjacencyMap |
( |
AdjacencyMap & |
amap, |
|
|
TreeAction * |
action, |
|
|
bool |
useDistance = false |
|
) |
| |
|
static |
The documentation for this struct was generated from the following files: