#include <graph_search.h>
Public Member Functions | |
| bool | operator() (const GraphVertex v) const |
| OptimizedDistancePredicate () | |
| OptimizedDistancePredicate (const ConstraintGraph &g, const btVector3 &p, const double window_size) | |
Public Attributes | |
| const Graph * | g |
| const btVector3 * | p |
| double | squared_window_size |
Predicate used with filterNearbyNodes to find nodes whose optimized position is near some point
Definition at line 64 of file graph_search.h.
| pose_graph::OptimizedDistancePredicate::OptimizedDistancePredicate | ( | const ConstraintGraph & | g, | |
| const btVector3 & | p, | |||
| const double | window_size | |||
| ) | [inline] |
Initialization arguments are stored by reference and must be valid whenever this predicate is used
Definition at line 68 of file graph_search.h.
| pose_graph::OptimizedDistancePredicate::OptimizedDistancePredicate | ( | ) | [inline] |
Definition at line 73 of file graph_search.h.
| bool pose_graph::OptimizedDistancePredicate::operator() | ( | const GraphVertex | v | ) | const [inline] |
Definition at line 75 of file graph_search.h.
Definition at line 94 of file graph_search.h.
| const btVector3* pose_graph::OptimizedDistancePredicate::p |
Definition at line 95 of file graph_search.h.
Definition at line 96 of file graph_search.h.