iMSTK
Interactive Medical Simulation Toolkit
Public Member Functions | Public Attributes | List of all members
imstk::EdgePair Struct Reference

Hash together a pair of edges. More...

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
 

Detailed Description

Hash together a pair of edges.

Definition at line 20 of file imstkClosedSurfaceMeshToMeshCD.cpp.


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