Parasol Planning Library (PPL)
|
#include <ReebGraphConstruction.h>
Public Member Functions | |
ReebArcComp (ReebGraph *_rg) | |
bool | operator() (const RGEID &_a, const RGEID &_b) |
Data Fields | |
ReebGraph * | m_rg |
ReebGraph pointer. More... | |
Comparator of reeb arcs. Provides total ordering based on (1) source vertex ordering (2) target vertex ordering (3) Edge id
|
inline |
_rg | Pointer to ReebGraph |
_a | Edge descriptor 1 |
_b | Edge descriptor 2 |
ReebGraph* ReebGraphConstruction::ReebArcComp::m_rg |
ReebGraph pointer.