C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
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.