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