MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / radiusSearch

Method radiusSearch

test/features/test_normal_estimation.cpp:337–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335 }
336
337 int radiusSearch (const PointT& point, double radius, pcl::Indices& k_indices,
338 std::vector<float>& k_sqr_distances, unsigned int max_nn = 0 ) const override
339 {
340 pcl::utils::ignore(point, radius, k_indices, k_sqr_distances);
341
342 return max_nn;
343 }
344};
345
346

Callers 12

TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
testRadiusSearchFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

ignoreFunction · 0.85

Tested by

no test coverage detected