File tree 4 files changed +4
-0
lines changed
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 4
4
template class fast_gicp ::FastGICP<pcl::PointXYZ, pcl::PointXYZ>;
5
5
template class fast_gicp ::FastGICP<pcl::PointXYZI, pcl::PointXYZI>;
6
6
template class fast_gicp ::FastGICP<pcl::PointNormal, pcl::PointNormal>;
7
+ template class fast_gicp ::FastGICP<pcl::PointXYZRGB, pcl::PointXYZRGB>;
Original file line number Diff line number Diff line change 4
4
template class fast_gicp ::FastVGICP<pcl::PointXYZ, pcl::PointXYZ>;
5
5
template class fast_gicp ::FastVGICP<pcl::PointXYZI, pcl::PointXYZI>;
6
6
template class fast_gicp ::FastVGICP<pcl::PointNormal, pcl::PointNormal>;
7
+ template class fast_gicp ::FastVGICP<pcl::PointXYZRGB, pcl::PointXYZRGB>;
Original file line number Diff line number Diff line change 4
4
template class fast_gicp ::FastVGICPCuda<pcl::PointXYZ, pcl::PointXYZ>;
5
5
template class fast_gicp ::FastVGICPCuda<pcl::PointXYZI, pcl::PointXYZI>;
6
6
template class fast_gicp ::FastVGICPCuda<pcl::PointNormal, pcl::PointNormal>;
7
+ template class fast_gicp ::FastVGICPCuda<pcl::PointXYZRGB, pcl::PointXYZRGB>;
Original file line number Diff line number Diff line change 4
4
template class fast_gicp ::LsqRegistration<pcl::PointXYZ, pcl::PointXYZ>;
5
5
template class fast_gicp ::LsqRegistration<pcl::PointXYZI, pcl::PointXYZI>;
6
6
template class fast_gicp ::LsqRegistration<pcl::PointNormal, pcl::PointNormal>;
7
+ template class fast_gicp ::LsqRegistration<pcl::PointXYZRGB, pcl::PointXYZRGB>;
You can’t perform that action at this time.
0 commit comments