extendBy(const SbVec2s &point) | SbBox2s | |
extendBy(const SbBox2s &box) | SbBox2s | |
getAspectRatio(void) const | SbBox2s | |
getBounds(short &xmin, short &ymin, short &xmax, short &ymax) const | SbBox2s | |
getBounds(SbVec2s &boxmin, SbVec2s &boxmax) const | SbBox2s | |
getMax(void) const | SbBox2s | |
getMin(void) const | SbBox2s | |
getOrigin(short &originX, short &originY) const | SbBox2s | |
getSize(short &sizeX, short &sizeY) const | SbBox2s | |
intersect(const SbVec2s &point) const | SbBox2s | |
intersect(const SbBox2s &box) const | SbBox2s | |
makeEmpty(void) | SbBox2s | |
operator!=(const SbBox2s &b1, const SbBox2s &b2) | SbBox2s | [friend] |
operator==(const SbBox2s &b1, const SbBox2s &b2) | SbBox2s | [friend] |
SbBox2s(void) | SbBox2s | |
SbBox2s(short xmin, short ymin, short xmax, short ymax) | SbBox2s | |
SbBox2s(const SbVec2s &boxmin, const SbVec2s &boxmax) | SbBox2s | |
setBounds(short xmin, short ymin, short xmax, short ymax) | SbBox2s | |
setBounds(const SbVec2s &boxmin, const SbVec2s &boxmax) | SbBox2s | |
~SbBox2s(void) | SbBox2s | |