|
C3D Toolkit
Kernel - 118060, Vision - 2.15.0.1825
|
The base interface for calculating of squared distance to the object from the tree's bounding box with specified index. More...
#include <mb_cube_tree.h>
Public Member Functions | |
| MbTreeDistanceToElementBase () | |
| Constructor. | |
| virtual | ~MbTreeDistanceToElementBase () |
| Destructor. | |
| virtual double | DistanceToElement2 (const Point &pnt, size_t iElem) const =0 |
| Find the squared distance from the point to tree object from bounding box. | |
| virtual bool | IsAllowed (size_t) const |
| Return the flag of a tree object from bounding box. | |
The base interface for calculating of squared distance to the object from the tree's bounding box with specified index.