cheshirekow
v0.1.0
|
#include <mpblocks/kd_tree/r2_s1/blocks/KNearest.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 r2_s1::KNearest < Traits, Allocator > | Search_t |
typedef KNearest< Traits, Allocator > | This_t |
typedef Tree< Traits > | Tree_t |
Public Member Functions | |
KNearest (Tree_t *tree=0) | |
void | search (const Point_t &q, unsigned int k) |
void | setTree (Tree_t *tree) |
sigc::slot< void, const Point_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 40 of file KNearest.h.
typedef Traits::Format_t mpblocks::kd_tree::r2_s1::blocks::KNearest< Traits, Allocator >::Format_t |
Definition at line 43 of file KNearest.h.
typedef Traits::Node mpblocks::kd_tree::r2_s1::blocks::KNearest< Traits, Allocator >::Node_t |
Definition at line 44 of file KNearest.h.
typedef Eigen::Matrix<Format_t,Traits::NDim,1> mpblocks::kd_tree::r2_s1::blocks::KNearest< Traits, Allocator >::Point_t |
Definition at line 46 of file KNearest.h.
typedef Search_t::PQueue_t mpblocks::kd_tree::r2_s1::blocks::KNearest< Traits, Allocator >::PQueue_t |
Definition at line 51 of file KNearest.h.
typedef r2_s1::KNearest<Traits,Allocator> mpblocks::kd_tree::r2_s1::blocks::KNearest< Traits, Allocator >::Search_t |
Definition at line 49 of file KNearest.h.
typedef KNearest<Traits,Allocator> mpblocks::kd_tree::r2_s1::blocks::KNearest< Traits, Allocator >::This_t |
Definition at line 48 of file KNearest.h.
typedef Tree<Traits> mpblocks::kd_tree::r2_s1::blocks::KNearest< Traits, Allocator >::Tree_t |
Definition at line 50 of file KNearest.h.
|
inline |
Definition at line 60 of file KNearest.h.
|
inline |
Definition at line 67 of file KNearest.h.
|
inline |
Definition at line 64 of file KNearest.h.
|
inline |
Definition at line 82 of file KNearest.h.
|
protected |
Definition at line 55 of file KNearest.h.
|
protected |
Definition at line 54 of file KNearest.h.
sigc::signal<void,Node_t*> mpblocks::kd_tree::r2_s1::blocks::KNearest< Traits, Allocator >::sig_result |
Definition at line 58 of file KNearest.h.