Lines Matching defs:EdgeInf
46 class EdgeInf
49 EdgeInf(VertInf *v1, VertInf *v2, const bool orthogonal = false);
50 ~EdgeInf();
62 bool rotationLessThan(const VertInf* last, const EdgeInf *rhs) const;
69 static EdgeInf *checkEdgeVisibility(VertInf *i, VertInf *j,
71 static EdgeInf *existingEdge(VertInf *i, VertInf *j);
73 EdgeInf *lstPrev;
74 EdgeInf *lstNext;
98 friend class EdgeInf;
102 EdgeInf *begin(void);
103 EdgeInf *end(void);
106 void addEdge(EdgeInf *edge);
107 void removeEdge(EdgeInf *edge);
109 EdgeInf *_firstEdge;
110 EdgeInf *_lastEdge;