Lines Matching defs:VertInf
80 class VertInf
83 VertInf(Router *router, const VertID& vid, const Point& vpoint,
85 ~VertInf();
94 VertInf *lstPrev;
95 VertInf *lstNext;
96 VertInf *shPrev;
97 VertInf *shNext;
104 VertInf *pathNext;
109 bool directVis(VertInf *src, VertInf *dst);
121 void addVertex(VertInf *vert);
122 VertInf *removeVertex(VertInf *vert);
123 VertInf *getVertexByID(const VertID& id);
124 VertInf *getVertexByPos(const Point& p);
125 VertInf *shapesBegin(void);
126 VertInf *connsBegin(void);
127 VertInf *end(void);
136 VertInf *_firstShapeVert;
137 VertInf *_firstConnVert;
138 VertInf *_lastShapeVert;
139 VertInf *_lastConnVert;