| 132 | } |
| 133 | |
| 134 | inline unsigned int numberOfNeighbors(const unsigned int pointSetIndex, const unsigned int index) |
| 135 | { |
| 136 | return static_cast<unsigned int>(neighborhoodSearch->point_set(0).n_neighbors(pointSetIndex, index)); |
| 137 | } |
| 138 | |
| 139 | inline unsigned int getNeighbor(const unsigned int pointSetIndex, const unsigned int index, const unsigned int k) |
| 140 | { |
no outgoing calls
no test coverage detected