Skip to content

Commit

Permalink
Merge pull request #1545 from SergioRAgostinho/mls_PointXYZRGBNormal
Browse files Browse the repository at this point in the history
Adds MLS instantiation for input type PointXYZRGBNormal
  • Loading branch information
jspricke committed Feb 21, 2016
2 parents 80339fd + 086ca9e commit 94136ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions surface/src/mls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
#include <pcl/surface/impl/mls.hpp>

// Instantiations of specific point types
PCL_INSTANTIATE_PRODUCT(MovingLeastSquares, ((pcl::PointXYZ)(pcl::PointXYZRGB)(pcl::PointXYZRGBA))
PCL_INSTANTIATE_PRODUCT(MovingLeastSquares, ((pcl::PointXYZ)(pcl::PointXYZRGB)(pcl::PointXYZRGBA)(pcl::PointXYZRGBNormal)(pcl::PointNormal))
((pcl::PointXYZ)(pcl::PointXYZRGB)(pcl::PointXYZRGBA)(pcl::PointXYZRGBNormal)(pcl::PointNormal)))

#ifdef _OPENMP
PCL_INSTANTIATE_PRODUCT(MovingLeastSquaresOMP, ((pcl::PointXYZ)(pcl::PointXYZRGB)(pcl::PointXYZRGBA))
PCL_INSTANTIATE_PRODUCT(MovingLeastSquaresOMP, ((pcl::PointXYZ)(pcl::PointXYZRGB)(pcl::PointXYZRGBA)(pcl::PointXYZRGBNormal)(pcl::PointNormal))
((pcl::PointXYZ)(pcl::PointXYZRGB)(pcl::PointXYZRGBA)(pcl::PointXYZRGBNormal)(pcl::PointNormal)))
#endif
/// Ideally, we should instantiate like below, but it takes large amounts of main memory for compilation
Expand Down

0 comments on commit 94136ee

Please sign in to comment.