This is the complete list of members for Hurricane::Box, including all inherited members.
Box() | Hurricane::Box | |
Box(const DbU::Unit &x, const DbU::Unit &y) | Hurricane::Box | |
Box(const Point &point) | Hurricane::Box | |
Box(const DbU::Unit &x1, const DbU::Unit &y1, const DbU::Unit &x2, const DbU::Unit &y2) | Hurricane::Box | |
Box(const Point &point1, const Point &point2) | Hurricane::Box | |
Box(const Box &box) | Hurricane::Box | |
contains(const DbU::Unit &x, const DbU::Unit &y) const | Hurricane::Box | |
contains(const Point &point) const | Hurricane::Box | |
contains(const Box &box) const | Hurricane::Box | |
getCenter() const | Hurricane::Box | inline |
getHalfHeight() const | Hurricane::Box | inline |
getHalfWidth() const | Hurricane::Box | inline |
getHeight() const | Hurricane::Box | inline |
getIntersection(const Box &box) const | Hurricane::Box | |
getUnion(const Box &box) const | Hurricane::Box | |
getWidth() const | Hurricane::Box | inline |
getXCenter() const | Hurricane::Box | inline |
getXMax() const | Hurricane::Box | inline |
getXMin() const | Hurricane::Box | inline |
getYCenter() const | Hurricane::Box | inline |
getYMax() const | Hurricane::Box | inline |
getYMin() const | Hurricane::Box | inline |
inflate(const DbU::Unit &d) | Hurricane::Box | |
inflate(const DbU::Unit &dx, const DbU::Unit &dy) | Hurricane::Box | |
inflate(const DbU::Unit &dxMin, const DbU::Unit &dyMin, const DbU::Unit &dxMax, const DbU::Unit &dyMax) | Hurricane::Box | |
intersect(const Box &box) const | Hurricane::Box | |
isConstrainedBy(const Box &box) const | Hurricane::Box | |
isEmpty() const | Hurricane::Box | |
isFlat() const | Hurricane::Box | |
isPonctual() const | Hurricane::Box | |
makeEmpty() | Hurricane::Box | |
merge(const DbU::Unit &x, const DbU::Unit &y) | Hurricane::Box | |
merge(const Point &point) | Hurricane::Box | |
merge(const DbU::Unit &x1, const DbU::Unit &y1, const DbU::Unit &x2, const DbU::Unit &y2) | Hurricane::Box | |
merge(const Box &box) | Hurricane::Box | |
operator!=(const Box &box) const | Hurricane::Box | |
operator=(const Box &box) | Hurricane::Box | |
operator==(const Box &box) const | Hurricane::Box | |
translate(const DbU::Unit &dx, const DbU::Unit &dy) | Hurricane::Box | |