Lines Matching defs:orthogVisList
190 _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;
600 finish = orthogVisList.end();
601 for (EdgeInfList::const_iterator edge = orthogVisList.begin();