cheshirekow
v0.1.0
|
#include <mpblocks/kd_tree/euclidean/blocks/KNearestBall.h>
Public Types | |
typedef Traits::Format_t | Format_t |
typedef Traits::Node | Node_t |
typedef Eigen::Matrix < Format_t, Traits::NDim, 1 > | Point_t |
typedef Search_t::PQueue_t | PQueue_t |
typedef euclidean::KNearestBall < Traits, Allocator > | Search_t |
typedef KNearestBall< Traits, Allocator > | This_t |
typedef Tree< Traits > | Tree_t |
Public Member Functions | |
KNearestBall (Tree_t *tree=0) | |
void | search (const Point_t &q, Format_t r, unsigned int k) |
void | setTree (Tree_t *tree) |
sigc::slot< void, const Point_t &, Format_t, unsigned int > | slot_search () |
Public Attributes | |
sigc::signal< void, Node_t * > | sig_result |
Protected Attributes | |
Search_t | m_search |
Tree_t * | m_tree |
Definition at line 39 of file KNearestBall.h.
typedef Traits::Format_t mpblocks::kd_tree::euclidean::blocks::KNearestBall< Traits, Allocator >::Format_t |
Definition at line 42 of file KNearestBall.h.
typedef Traits::Node mpblocks::kd_tree::euclidean::blocks::KNearestBall< Traits, Allocator >::Node_t |
Definition at line 43 of file KNearestBall.h.
typedef Eigen::Matrix<Format_t,Traits::NDim,1> mpblocks::kd_tree::euclidean::blocks::KNearestBall< Traits, Allocator >::Point_t |
Definition at line 45 of file KNearestBall.h.
typedef Search_t::PQueue_t mpblocks::kd_tree::euclidean::blocks::KNearestBall< Traits, Allocator >::PQueue_t |
Definition at line 50 of file KNearestBall.h.
typedef euclidean::KNearestBall<Traits,Allocator> mpblocks::kd_tree::euclidean::blocks::KNearestBall< Traits, Allocator >::Search_t |
Definition at line 48 of file KNearestBall.h.
typedef KNearestBall<Traits,Allocator> mpblocks::kd_tree::euclidean::blocks::KNearestBall< Traits, Allocator >::This_t |
Definition at line 47 of file KNearestBall.h.
typedef Tree<Traits> mpblocks::kd_tree::euclidean::blocks::KNearestBall< Traits, Allocator >::Tree_t |
Definition at line 49 of file KNearestBall.h.
|
inline |
Definition at line 59 of file KNearestBall.h.
|
inline |
Definition at line 66 of file KNearestBall.h.
|
inline |
Definition at line 63 of file KNearestBall.h.
|
inline |
Definition at line 81 of file KNearestBall.h.
|
protected |
Definition at line 54 of file KNearestBall.h.
|
protected |
Definition at line 53 of file KNearestBall.h.
sigc::signal<void,Node_t*> mpblocks::kd_tree::euclidean::blocks::KNearestBall< Traits, Allocator >::sig_result |
Definition at line 57 of file KNearestBall.h.