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 95 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 98 of file python/nabo.cpp.
| NearestNeighbourSearch::~NearestNeighbourSearch | ( | ) | [inline] |
Definition at line 132 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 137 of file python/nabo.cpp.
NNSNabo::Matrix NearestNeighbourSearch::cloud [protected] |
Definition at line 162 of file python/nabo.cpp.
NNSNabo* NearestNeighbourSearch::nns [protected] |
Definition at line 161 of file python/nabo.cpp.