| 137 | } |
| 138 | |
| 139 | inline unsigned int getNeighbor(const unsigned int pointSetIndex, const unsigned int index, const unsigned int k) |
| 140 | { |
| 141 | return neighborhoodSearch->point_set(0).neighbor(pointSetIndex, index, k); |
| 142 | } |
| 143 | |
| 144 | inline unsigned int numberOfNeighbors(const unsigned int pointSetIndex, const unsigned int index, const unsigned int neighborPointSetIndex) |
| 145 | { |
no outgoing calls
no test coverage detected