iMSTK
Interactive Medical Simulation Toolkit
|
Public Member Functions | |
EdgePair (uint32_t a1, uint32_t a2, uint32_t b1, uint32_t b2) | |
bool | operator== (const EdgePair &other) const |
Reversible edges are equivalent, reversible vertices in the edges are equivalent as well EdgePair(0,1,5,2)==EdgePair(1,0,5,2)==EdgePair(1,0,2,5)==... | |
const uint32_t | getIdA () const |
const uint32_t | getIdB () const |
Public Attributes | |
uint32_t | edgeA [2] |
uint32_t | edgeAId |
uint32_t | edgeB [2] |
uint32_t | edgeBId |
Definition at line 12 of file imstkSurfaceMeshToSurfaceMeshCD.cpp.