| 102 | |
| 103 | |
| 104 | unsigned int numberOfNeighbors(const unsigned int pointSetIndex, const unsigned int index) |
| 105 | { |
| 106 | return static_cast<unsigned int>(neighborhoodSearch->point_set(0).n_neighbors(pointSetIndex, index)); |
| 107 | } |
| 108 | |
| 109 | unsigned int getNeighbor(const unsigned int pointSetIndex, const unsigned int index, const unsigned int k) |
| 110 | { |
no outgoing calls
no test coverage detected