PPL API Reference
Overview Core Algorithm Abstractions Utilities Parallel Methods
Modules Class Hierarchy Classes Functions
Todo List Bug List Dead Code
List of all members | Public Member Functions | Public Attributes
ReebGraphConstruction::ReebArcComp Struct Reference

Public Member Functions

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

Public Attributes

ReebGraphm_rg
 ReebGraph pointer.
 

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)
Parameters
_rgPointer to ReebGraph

Member Function Documentation

◆ operator()()

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

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