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

/inkscape/src/libavoid/
H A Dvertices.h117 class VertInfList class in namespace:Avoid
120 VertInfList();
H A Dvertices.cpp281 VertInfList::VertInfList() function in class:Avoid::VertInfList
311 void VertInfList::addVertex(VertInf *vert)
374 VertInf *VertInfList::removeVertex(VertInf *vert)
477 VertInf *VertInfList::getVertexByID(const VertID& id)
505 VertInf *VertInfList::getVertexByPos(const Point& p)
519 VertInf *VertInfList::shapesBegin(void)
525 VertInf *VertInfList::connsBegin(void)
536 VertInf *VertInfList::end(void)
542 unsigned int VertInfList
[all...]

Completed in 10 milliseconds