A comparator class (struct) that compares the level of two vertices if edges. More...
#include <posegraph.hh>
Public Types | |
enum | CompareMode { CompareLevel, CompareLength } |
Public Member Functions | |
EVComparator () | |
bool | operator() (const E &e1, const E &e2) const |
Public Attributes | |
CompareMode | mode |
A comparator class (struct) that compares the level of two vertices if edges.
Definition at line 62 of file posegraph.hh.
enum AISNavigation::EVComparator::CompareMode |
Comparison operator for the level
Enumerator | |
---|---|
CompareLevel | |
CompareLength |
Definition at line 64 of file posegraph.hh.
|
inline |
Definition at line 67 of file posegraph.hh.
|
inline |
Definition at line 70 of file posegraph.hh.
CompareMode AISNavigation::EVComparator< E >::mode |
Definition at line 65 of file posegraph.hh.