MCPcopy Create free account
hub / github.com/PDAL/PDAL / compare

Function compare

pdal/PointView.hpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211
212 template <typename T>
213 bool compare(Dimension::Id dim, PointId id1, PointId id2) const
214 {
215 return (getFieldAs<T>(dim, id1) < getFieldAs<T>(dim, id2));
216 }
217
218 bool compare(Dimension::Id dim, PointId id1, PointId id2) const
219 {

Callers

nothing calls this directly

Calls 2

layoutFunction · 0.70
typeMethod · 0.45

Tested by

no test coverage detected