Home
last modified time | relevance | path

Searched defs:NeighborWithDistance (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/common/include/pcl/range_image/impl/
H A Drange_image.hpp955 struct NeighborWithDistance struct
957 float distance;
958 const PointWithRange* neighbor;
959 bool operator < (const NeighborWithDistance& other) const { return distance<other.distance;} in operator <()