| 105 | using mc = pcl::PointCloud<pcl::PointXYZ>; |
| 106 | |
| 107 | template <> void |
| 108 | cloud_show<cca>::pop () |
| 109 | { |
| 110 | pcl::visualization::PointCloudColorHandlerRGBField<pcl::PointXYZRGBA> handler (cloud); |
| 111 | pop (handler); |
| 112 | } |
| 113 | |
| 114 | template <> void |
| 115 | cloud_show<cc>::pop () |
no outgoing calls