DGtal
1.5.beta
|
#include <DGtal/geometry/volumes/TangencyComputer.h>
Public Member Functions | |
bool | operator() (const Node &p1, const Node &p2) const |
Allows to compare two nodes (closest is popped first) by modeling a greater than
relation (which is the relation used for std::priority_queue
when you wish to have the smallest one outputed first).
Definition at line 103 of file TangencyComputer.h.
|
inline |
p1 | the first node |
p2 | the second node |
Definition at line 107 of file TangencyComputer.h.