Public Member Functions | |
tuple | knn (const object query, const Index k=1, const double epsilon=0, const unsigned optionFlags=0, const double maxRadius=infD) |
NearestNeighbourSearch (const object pycloud, const SearchType searchType=NNSNabo::KDTREE_LINEAR_HEAP, const Index dim=maxI, const dict params=dict()) | |
~NearestNeighbourSearch () | |
Protected Attributes | |
NNSNabo::Matrix | cloud |
NNSNabo * | nns |
Definition at line 80 of file python/nabo.cpp.
NearestNeighbourSearch::NearestNeighbourSearch | ( | const object | pycloud, |
const SearchType | searchType = NNSNabo::KDTREE_LINEAR_HEAP , |
||
const Index | dim = maxI , |
||
const dict | params = dict() |
||
) | [inline] |
Definition at line 83 of file python/nabo.cpp.
NearestNeighbourSearch::~NearestNeighbourSearch | ( | ) | [inline] |
Definition at line 111 of file python/nabo.cpp.
tuple NearestNeighbourSearch::knn | ( | const object | query, |
const Index | k = 1 , |
||
const double | epsilon = 0 , |
||
const unsigned | optionFlags = 0 , |
||
const double | maxRadius = infD |
||
) | [inline] |
Definition at line 116 of file python/nabo.cpp.
NNSNabo::Matrix NearestNeighbourSearch::cloud [protected] |
Definition at line 141 of file python/nabo.cpp.
NNSNabo* NearestNeighbourSearch::nns [protected] |
Definition at line 140 of file python/nabo.cpp.