|
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 * | getNearestElement (const Pos3d &pos) const |
| Returns the node closest to the position being passed as parameter.
|
|
const Element * | getNearestElement (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:
- /usr/local/src/prg/xc/src/domain/mesh/element/utils/KDTreeElements.h
- /usr/local/src/prg/xc/src/domain/mesh/element/utils/KDTreeElements.cc