C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
MbTreeDistanceToElementBase< Point > Class Template Referenceabstract

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.
 

Detailed Description

template<class Point>
class MbTreeDistanceToElementBase< Point >

The base interface for calculating of squared distance to the object from the tree's bounding box with specified index.


The documentation for this class was generated from the following file: