#include <queue>
#include <vector>
#include <assert.h>
#include <iostream>
#include "hyper_dijkstra.h"
Go to the source code of this file.
Namespaces | |
namespace | g2o |
Executes code, only if secs are gone since last exec. | |
Functions | |
void | g2o::connectedSubset (HyperGraph::VertexSet &connected, HyperGraph::VertexSet &visited, HyperGraph::VertexSet &startingSet, HyperGraph *g, HyperGraph::Vertex *v, HyperDijkstra::CostFunction *cost, double distance, double comparisonConditioner, double maxEdgeCost) |
bool | g2o::operator< (const HyperDijkstra::AdjacencyMapEntry &a, const HyperDijkstra::AdjacencyMapEntry &b) |