| 459 | } |
| 460 | |
| 461 | FORCE_INLINE unsigned int getNeighbor(const unsigned int pointSetIndex, const unsigned int neighborPointSetIndex, const unsigned int index, const unsigned int k) const |
| 462 | { |
| 463 | return m_neighborhoodSearch->point_set(pointSetIndex).neighbor(neighborPointSetIndex, index, k); |
| 464 | } |
| 465 | |
| 466 | FORCE_INLINE const unsigned int * getNeighborList(const unsigned int pointSetIndex, const unsigned int neighborPointSetIndex, const unsigned int index) const |
| 467 | { |
no outgoing calls
no test coverage detected