|
Coin3D is Free Software, published under the BSD 3-clause license. |
https://coin3d.github.io https://www.kongsberg.com/en/kogt/ |
This is the complete list of members for SbBSPTree, including all inherited members.
| addPoint(const SbVec3f &pt, void *const userdata=NULL) | SbBSPTree | |
| clear(const int initsize=4) | SbBSPTree | |
| findClosest(const SbVec3f &pos) const | SbBSPTree | |
| findClosest(const SbSphere &sphere, SbIntList &array) const | SbBSPTree | |
| findClosest(const SbSphere &sphere, SbList< int > &array) const | SbBSPTree | |
| findPoint(const SbVec3f &pos) const | SbBSPTree | |
| findPoints(const SbSphere &sphere, SbIntList &array) const | SbBSPTree | |
| findPoints(const SbSphere &sphere, SbList< int > &array) const | SbBSPTree | |
| getBBox() const | SbBSPTree | |
| getPoint(const int idx) const | SbBSPTree | |
| getPoint(const int idx, SbVec3f &pt) const | SbBSPTree | |
| getPointsArrayPtr() const | SbBSPTree | |
| getUserData(const int idx) const | SbBSPTree | |
| numPoints() const | SbBSPTree | |
| removePoint(const SbVec3f &pt) | SbBSPTree | |
| removePoint(const int idx) | SbBSPTree | |
| SbBSPTree(const int maxnodepts=64, const int initsize=4) | SbBSPTree | |
| setUserData(const int idx, void *const data) | SbBSPTree | |
| ~SbBSPTree() | SbBSPTree |