assignSequence(T &sequence, bool LENIENT=false) | TupleBase< T, N > | inline |
at(size_t i) const | TupleBase< T, N > | inline |
at(size_t i) | TupleBase< T, N > | inline |
contract(const Rectangle &r) | Rectangle< T > | |
crop(const Rectangle< T > &r) | Rectangle< T > | |
empty() const | Rectangle< T > | inline |
extend(const Rectangle &r) | Rectangle< T > | |
fill(T i) | TupleBase< T, N > | inline |
getArea() const (defined in Rectangle< T >) | Rectangle< T > | inline |
getCenter(drain::Point2D< T > &p) const | Rectangle< T > | inline |
getHeight() const | Rectangle< T > | inline |
getWidth() const | Rectangle< T > | inline |
isInside(const T &x, const T &y) const (defined in Rectangle< T >) | Rectangle< T > | inline |
isOverLapping(const Rectangle &r) const (defined in Rectangle< T >) | Rectangle< T > | inline |
limit(const T &lowerBound, const T &upperBound, T &x) | Rectangle< T > | inlineprotected |
lowerLeft (defined in Rectangle< T >) | Rectangle< T > | |
operator!=(const tuplebase_t &t) const | TupleBase< T, N > | inline |
operator=(const Rectangle< T > &rect) | Rectangle< T > | inline |
operator==(const tuplebase_t &t) const | TupleBase< T, N > | inline |
operator==(const value_type &t) const | TupleBase< T, N > | inline |
Rectangle(T x=0, T y=0, T x2=0, T y2=0) | Rectangle< T > | inline |
Rectangle(const Rectangle &r) | Rectangle< T > | inline |
Rectangle(const Point2D< T > &ll, const Point2D< T > &ur) | Rectangle< T > | inline |
set(const TupleBase< T2, N2 > &t) | TupleBase< T, N > | inline |
set(const T &arg, const SS &... rest) | TupleBase< T, N > | inline |
setIndexed(size_t i) | TupleBase< T, N > | inlineprotected |
setIndexed(size_t i, T2 arg, const TT &... rest) | TupleBase< T, N > | inlineprotected |
size() | TupleBase< T, N > | inlinestatic |
toSequence(T &sequence) const | TupleBase< T, N > | inline |
toStreamFormatted(std::ostream &ostr, char separator=',') const | TupleBase< T, N > | inlinevirtual |
toVector() const | Rectangle< T > | inline |
UniTuple(const UniTuple< T, N > &t) | UniTuple< T, 4 > | inline |
upperRight (defined in Rectangle< T >) | Rectangle< T > | |