GEL
2
GEL is a library for Geometry and Linear Algebra
|
Public Member Functions | |
void | set_edge (int ind0, int ind1, const Edge &new_edge) |
bool | find_edge (int ind0, int ind1, Edge &edg) |
The Edge2VertexMap is a simple database class. The database stores integer values referenced by keys formed by a pair of indices. The intended use is to let the key be a pair of vertices sharing an edge and the value be a new vertex inserted on that edge.