Parasol Planning Library (PPL)
Public Member Functions | Data Fields
ReebGraphConstruction::ReebArcComp Struct Reference

#include <ReebGraphConstruction.h>

Public Member Functions

 ReebArcComp (ReebGraph *_rg)
 
bool operator() (const RGEID &_a, const RGEID &_b)
 

Data Fields

ReebGraphm_rg
 ReebGraph pointer. More...
 

Detailed Description

Comparator of reeb arcs. Provides total ordering based on (1) source vertex ordering (2) target vertex ordering (3) Edge id

Constructor & Destructor Documentation

◆ ReebArcComp()

ReebGraphConstruction::ReebArcComp::ReebArcComp ( ReebGraph _rg)
inline
Parameters
_rgPointer to ReebGraph

Member Function Documentation

◆ operator()()

bool ReebGraphConstruction::ReebArcComp::operator() ( const RGEID _a,
const RGEID _b 
)
inline
Parameters
_aEdge descriptor 1
_bEdge descriptor 2
Returns
_a < _b

Field Documentation

◆ m_rg

ReebGraph* ReebGraphConstruction::ReebArcComp::m_rg

ReebGraph pointer.


The documentation for this struct was generated from the following file: