|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
CompareEdges Input: Two edges (E0 & E1), each consists of two point indices, eg: 3,4 and 7,3. More...
Public Types | |
| typedef TriangularSurfaceWithEdges::EdgeCell_t | EdgeCell_t |
Public Member Functions | |
| bool | operator() (const EdgeCell_t &E0, const EdgeCell_t &E1) const |
CompareEdges Input: Two edges (E0 & E1), each consists of two point indices, eg: 3,4 and 7,3.
Get the min value of both (here 3 and 3) and check if edge 0 is smaller/larger than edge 1. Return true or false respectively.
If both are equal check the other two indices (here: 4 and 7) and test again if smaller or larger. If identical return false