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

Method setUnseenToMaxRange

common/src/range_image.cpp:336–342  ·  view source on GitHub ↗

////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

334
335/////////////////////////////////////////////////////////////////////////
336void
337RangeImage::setUnseenToMaxRange ()
338{
339 for (auto &point : points)
340 if (std::isinf (point.range))
341 point.range = std::numeric_limits<float>::infinity ();
342}
343
344/////////////////////////////////////////////////////////////////////////
345void

Callers 5

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected