IsoEx
|
#include <IsoEx/Extractors/Edge2VertexMapT.hh>
Public Member Functions | |
Edge2VertexMapT () | |
Constructor. | |
void | clear () |
clear the map | |
void | insert (PointIdx _p0, PointIdx _p1, VertexHandle _vhnd) |
Store vertex in map. | |
VertexHandle | find (PointIdx _p0, PointIdx _p1) const |
Get vertex handle from map. Returns invalid handle if not found. | |
This class map edges (referenced by a point index and an axis) to vertex handles. Both PointIdx and VertexHandle are template arguments. Internally this is implemented using a std::map, the key is a combination of point and axis index, the value is a VertexHandle.