|
typedef kd_tree::KDTree< 3, ElemPos, std::pointer_to_binary_function< ElemPos, size_t, double > > | tree_type |
|
|
| KDTreeElements (void) |
| Constructor.
|
|
void | insert (const Element &) |
|
void | erase (const Element &) |
|
void | clear (void) |
|
const Element * | getNearest (const Pos3d &pos) const |
| Returns the node closest to the position being passed as parameter.
|
|
const Element * | getNearest (const Pos3d &pos, const double &r) const |
| Returns the element closest to the position being passed as parameter. More...
|
|
§ getNearest()
const XC::Element * XC::KDTreeElements::getNearest |
( |
const Pos3d & |
pos, |
|
|
const double & |
r |
|
) |
| const |
Returns the element closest to the position being passed as parameter.
The documentation for this class was generated from the following files:
- src/domain/mesh/element/utils/KDTreeElements.h
- src/domain/mesh/element/utils/KDTreeElements.cc