| 107 | } |
| 108 | |
| 109 | unsigned int getNeighbor(const unsigned int pointSetIndex, const unsigned int index, const unsigned int k) |
| 110 | { |
| 111 | return neighborhoodSearch->point_set(0).neighbor(pointSetIndex, index, k); |
| 112 | } |
| 113 | |
| 114 | namespace std { |
| 115 | std::ostream& operator << (std::ostream& out, const Vector3r& r) |
no outgoing calls
no test coverage detected