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

/inkscape/src/libavoid/
H A Dgraph.h46 class EdgeInf class in namespace:Avoid
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 *begi
[all...]
H A Dgraph.cpp43 EdgeInf::EdgeInf(VertInf *v1, VertInf *v2, const bool orthogonal) function in class:Avoid::EdgeInf
66 EdgeInf::~EdgeInf()
130 bool EdgeInf::rotationLessThan(const VertInf *lastV, const EdgeInf *rhs) const
182 void EdgeInf::makeActive(void)
218 void EdgeInf::makeInactive(void)
256 void EdgeInf::setDist(double dist)
275 bool EdgeInf
[all...]

Completed in 14 milliseconds