Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
This is the complete list of members for SbBox2s, including all inherited members.
extendBy(const SbVec2s &point) | SbBox2s | |
extendBy(const SbBox2s &box) | SbBox2s | |
getAspectRatio(void) const | SbBox2s | inline |
getBounds(short &xmin, short &ymin, short &xmax, short &ymax) const | SbBox2s | inline |
getBounds(SbVec2s &minpoint, SbVec2s &maxpoint) const | SbBox2s | inline |
getCenter(void) const (defined in SbBox2s) | SbBox2s | inline |
getMax(void) const | SbBox2s | inline |
getMax(void) (defined in SbBox2s) | SbBox2s | inline |
getMin(void) const | SbBox2s | inline |
getMin(void) (defined in SbBox2s) | SbBox2s | inline |
getOrigin(short &originX, short &originY) const | SbBox2s | inline |
getSize(short &sizeX, short &sizeY) const | SbBox2s | inline |
getSize(void) const (defined in SbBox2s) | SbBox2s | inline |
hasArea(void) const (defined in SbBox2s) | SbBox2s | inline |
intersect(const SbVec2s &point) const | SbBox2s | |
intersect(const SbBox2s &box) const | SbBox2s | |
isEmpty(void) const (defined in SbBox2s) | SbBox2s | inline |
makeEmpty(void) | SbBox2s | |
operator!=(const SbBox2s &b1, const SbBox2s &b2) | SbBox2s | related |
operator==(const SbBox2s &b1, const SbBox2s &b2) | SbBox2s | related |
SbBox2s(void) | SbBox2s | inline |
SbBox2s(short xmin, short ymin, short xmax, short ymax) | SbBox2s | inline |
SbBox2s(const SbVec2s &minpoint, const SbVec2s &maxpoint) | SbBox2s | inline |
SbBox2s(const SbBox2i32 &box) (defined in SbBox2s) | SbBox2s | inlineexplicit |
SbBox2s(const SbBox2f &box) (defined in SbBox2s) | SbBox2s | inlineexplicit |
SbBox2s(const SbBox2d &box) (defined in SbBox2s) | SbBox2s | inlineexplicit |
setBounds(short xmin, short ymin, short xmax, short ymax) | SbBox2s | inline |
setBounds(const SbVec2s &minpoint, const SbVec2s &maxpoint) | SbBox2s | inline |
setBounds(const SbBox2i32 &box) | SbBox2s | |
setBounds(const SbBox2f &box) | SbBox2s | |
setBounds(const SbBox2d &box) | SbBox2s |