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 SbBox3s, including all inherited members.
extendBy(const SbVec3s &pt) | SbBox3s | |
extendBy(const SbBox3s &box) | SbBox3s | |
getBounds(short &xmin, short &ymin, short &zmin, short &xmax, short &ymax, short &zmax) const | SbBox3s | inline |
getBounds(SbVec3s &minpoint, SbVec3s &maxpoint) const | SbBox3s | inline |
getCenter(void) const (defined in SbBox3s) | SbBox3s | inline |
getClosestPoint(const SbVec3f &pt) const (defined in SbBox3s) | SbBox3s | |
getMax(void) const | SbBox3s | inline |
getMax(void) (defined in SbBox3s) | SbBox3s | inline |
getMin(void) const | SbBox3s | inline |
getMin(void) (defined in SbBox3s) | SbBox3s | inline |
getOrigin(short &originX, short &originY, short &originZ) const | SbBox3s | inline |
getSize(short &sizeX, short &sizeY, short &sizeZ) const | SbBox3s | inline |
getSize(void) const (defined in SbBox3s) | SbBox3s | inline |
getVolume(void) const (defined in SbBox3s) | SbBox3s | inline |
hasVolume(void) const (defined in SbBox3s) | SbBox3s | inline |
intersect(const SbVec3s &pt) const | SbBox3s | |
intersect(const SbBox3s &box) const | SbBox3s | |
isEmpty(void) const (defined in SbBox3s) | SbBox3s | inline |
makeEmpty(void) | SbBox3s | |
maxpt (defined in SbBox3s) | SbBox3s | protected |
minpt (defined in SbBox3s) | SbBox3s | protected |
operator!=(const SbBox3s &b1, const SbBox3s &b2) | SbBox3s | related |
operator==(const SbBox3s &b1, const SbBox3s &b2) | SbBox3s | related |
SbBox3s(void) | SbBox3s | inline |
SbBox3s(short xmin, short ymin, short zmin, short xmax, short ymax, short zmax) | SbBox3s | inline |
SbBox3s(const SbVec3s &minpoint, const SbVec3s &maxpoint) | SbBox3s | inline |
SbBox3s(const SbBox3i32 &box) (defined in SbBox3s) | SbBox3s | inlineexplicit |
SbBox3s(const SbBox3f &box) (defined in SbBox3s) | SbBox3s | inlineexplicit |
SbBox3s(const SbBox3d &box) (defined in SbBox3s) | SbBox3s | inlineexplicit |
setBounds(short xmin, short ymin, short zmin, short xmax, short ymax, short zmax) | SbBox3s | inline |
setBounds(const SbVec3s &minpoint, const SbVec3s &maxpoint) | SbBox3s | inline |
setBounds(const SbBox3i32 &box) | SbBox3s | |
setBounds(const SbBox3f &box) | SbBox3s | |
setBounds(const SbBox3d &box) | SbBox3s |