Searched defs:orthogVisList (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libavoid/
H A Dvertices.h100 EdgeInfList orthogVisList; member in class:Avoid::VertInf
H A Dgraph.cpp190 _pos1 = _v1->orthogVisList.insert(_v1->orthogVisList.begin(), this);
192 _pos2 = _v2->orthogVisList.insert(_v2->orthogVisList.begin(), this);
226 _v1->orthogVisList.erase(_pos1);
228 _v2->orthogVisList.erase(_pos2);
599 EdgeInfList& orthogVisList = selected->orthogVisList; local
600 finish = orthogVisList.end();
601 for (EdgeInfList::const_iterator edge = orthogVisList
[all...]

Completed in 14 milliseconds