g2o
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"
6 
7 namespace g2o{
8 
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 
std::set< Edge * > EdgeSet
Definition: hyper_graph.h:135
void findConnectedEdgesWithCostLimit(HyperGraph::EdgeSet &selected, HyperGraph::EdgeSet &border, HyperGraph::Edge *start, HyperDijkstra::CostFunction *cost, double maxEdgeCost, double comparisonConditioner)
Definition: tools.cpp:17
class G2O_CORE_API Edge
Definition: hyper_graph.h:79