MCPcopy Create free account
hub / github.com/Pamphlett/Outram / point2vec

Function point2vec

src/STDesc.cpp:261–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 return pi;
260}
261Eigen::Vector3d point2vec(const pcl::PointXYZI &pi) {
262 return Eigen::Vector3d(pi.x, pi.y, pi.z);
263}
264
265bool attach_greater_sort(std::pair<double, int> a, std::pair<double, int> b) {
266 return (a.first > b.first);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected