#include <boost/foreach.hpp>
#include <boost/graph/filtered_graph.hpp>
#include <boost/graph/breadth_first_search.hpp>
Go to the source code of this file.
Classes | |
class | pose_graph::Visitor< G > |
Namespaces | |
namespace | pose_graph |
Functions | |
template<class NodePred , class EdgePred > | |
NodeSet | pose_graph::filterNearbyNodes (const ConstraintGraph &g, const unsigned n, const NodePred &node_pred, const EdgePred &edge_pred) |
template<class Predicate > | |
NodeSet | pose_graph::filterNearbyNodes (const ConstraintGraph &g, const unsigned n, const Predicate &p) |
Template function implementations for graph_search.h
Definition in file graph_search_impl.h.