| 218 | } |
| 219 | |
| 220 | void getValidSegments(pcl::PointCloud<PointXYZ>& output) { |
| 221 | pcl::copyPointCloud(*segmentedCloudPure, output); |
| 222 | } |
| 223 | |
| 224 | void getValidSegments(pcl::PointCloud<pcl::PointXYZI>& output) { |
| 225 | output = *segmentedCloudPure; |
nothing calls this directly
no outgoing calls
no test coverage detected