Lines Matching defs:ShiftSegment
55 class ShiftSegment
59 ShiftSegment(ConnRef *conn, const size_t low, const size_t high,
74 ShiftSegment(ConnRef *conn, const size_t low, const size_t high,
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(*curr, indexLow,
2007 bool operator()(const ShiftSegment& lhs, const ShiftSegment& rhs,
2097 ShiftSegment segment = origList.front();
2123 typedef std::list<ShiftSegment *> ShiftSegmentPtrList;
2134 ShiftSegment& currentSegment = segmentList.front();
2235 ShiftSegment *prevSeg = *prevVarIt;