g2o
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
g2o
examples
g2o_unfold
tools.h
Go to the documentation of this file.
1
#ifndef G2O_AIS_GRAPH_TOOLS_HH
2
#define G2O_AIS_GRAPH_TOOLS_HH
3
4
#include "
g2o/core/hyper_graph.h
"
5
#include "
g2o/core/hyper_dijkstra.h
"
6
7
namespace
g2o
{
8
9
void
findConnectedEdgesWithCostLimit
(
HyperGraph::EdgeSet
& selected,
10
HyperGraph::EdgeSet
& border,
11
HyperGraph::Edge
* start,
12
HyperDijkstra::CostFunction* cost,
13
double
maxEdgeCost,
14
double
comparisonConditioner=1e-6);
15
};
16
17
#endif
18
19
hyper_graph.h
g2o::HyperGraph::EdgeSet
std::set< Edge * > EdgeSet
Definition:
hyper_graph.h:135
g2o
Definition:
dl_wrapper.cpp:54
g2o::findConnectedEdgesWithCostLimit
void findConnectedEdgesWithCostLimit(HyperGraph::EdgeSet &selected, HyperGraph::EdgeSet &border, HyperGraph::Edge *start, HyperDijkstra::CostFunction *cost, double maxEdgeCost, double comparisonConditioner)
Definition:
tools.cpp:17
hyper_dijkstra.h
g2o::HyperGraph::Edge
class G2O_CORE_API Edge
Definition:
hyper_graph.h:79
Generated on Mon Mar 18 2019 20:14:38 for g2o by
1.8.11