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

/inkscape/src/libavoid/
H A Dorthogonal.cpp55 class ShiftSegment class in namespace:Avoid
59 ShiftSegment(ConnRef *conn, const size_t low, const size_t high, function in class:Avoid::ShiftSegment
74 ShiftSegment(ConnRef *conn, const size_t low, const size_t high, function in class:Avoid::ShiftSegment
140 bool operator<(const ShiftSegment& rhs) const
154 bool overlapsWith(const ShiftSegment& rhs, const size_t dim) const
205 typedef std::list<ShiftSegment> ShiftSegmentList;
215 ShiftSegment *ss;
243 Node(ShiftSegment *ss, const double p)
1748 ShiftSegment(*curr, indexLow, indexHigh, dim));
1797 segmentList.push_back(ShiftSegment(*cur
[all...]

Completed in 28 milliseconds