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 SbXfBox3f, including all inherited members.
extendBy(const SbVec3f &pt) | SbXfBox3f | |
extendBy(const SbBox3f &bb) | SbXfBox3f | |
extendBy(const SbXfBox3f &bb) | SbXfBox3f | |
getBounds(float &xmin, float &ymin, float &zmin, float &xmax, float &ymax, float &zmax) const | SbBox3f | inline |
getBounds(SbVec3f &minpoint, SbVec3f &maxpoint) const | SbBox3f | inline |
getCenter(void) const | SbXfBox3f | |
getClosestPoint(const SbVec3f &point) const | SbBox3f | |
getInverse(void) const | SbXfBox3f | |
SbBox3f::getMax(void) | SbBox3f | inline |
SbBox3f::getMin(void) | SbBox3f | inline |
getOrigin(float &originX, float &originY, float &originZ) const | SbBox3f | inline |
getSize(float &sizeX, float &sizeY, float &sizeZ) const | SbBox3f | inline |
getSize(void) const | SbBox3f | inline |
getSpan(const SbVec3f &direction, float &dMin, float &dMax) const | SbXfBox3f | |
getTransform(void) const | SbXfBox3f | |
getVolume(void) const | SbXfBox3f | |
hasVolume(void) const | SbBox3f | inline |
intersect(const SbVec3f &pt) const | SbXfBox3f | |
intersect(const SbBox3f &bb) const | SbXfBox3f | |
intersect(const SbXfBox3f &bb) const | SbXfBox3f | |
isEmpty(void) const | SbBox3f | inline |
makeEmpty(void) | SbBox3f | |
operator!=(const SbXfBox3f &b1, const SbXfBox3f &b2) | SbXfBox3f | friend |
SbBox3f::operator!=(const SbBox3f &b1, const SbBox3f &b2) | SbBox3f | related |
operator==(const SbXfBox3f &b1, const SbXfBox3f &b2) | SbXfBox3f | friend |
SbBox3f::operator==(const SbBox3f &b1, const SbBox3f &b2) | SbBox3f | related |
outside(const SbMatrix &mvp, int &cullbits) const | SbBox3f | |
print(FILE *file) const | SbXfBox3f | |
project(void) const | SbXfBox3f | |
SbBox3f(void) | SbBox3f | inline |
SbBox3f(float xmin, float ymin, float zmin, float xmax, float ymax, float zmax) | SbBox3f | inline |
SbBox3f(const SbVec3f &minpoint, const SbVec3f &maxpoint) | SbBox3f | inline |
SbBox3f(const SbBox3d &box) (defined in SbBox3f) | SbBox3f | inlineexplicit |
SbBox3f(const SbBox3s &box) (defined in SbBox3f) | SbBox3f | inlineexplicit |
SbBox3f(const SbBox3i32 &box) (defined in SbBox3f) | SbBox3f | inlineexplicit |
SbXfBox3f(void) | SbXfBox3f | |
SbXfBox3f(const SbVec3f &boxmin, const SbVec3f &boxmax) | SbXfBox3f | |
SbXfBox3f(const SbBox3f &box) | SbXfBox3f | |
setBounds(float xmin, float ymin, float zmin, float xmax, float ymax, float zmax) | SbBox3f | inline |
setBounds(const SbVec3f &minpoint, const SbVec3f &maxpoint) | SbBox3f | inline |
setBounds(const SbBox3d &box) | SbBox3f | |
setBounds(const SbBox3s &box) | SbBox3f | |
setBounds(const SbBox3i32 &box) | SbBox3f | |
setTransform(const SbMatrix &m) | SbXfBox3f | |
transform(const SbMatrix &m) | SbXfBox3f | |
~SbXfBox3f() | SbXfBox3f |