Skip to content

Commit 71d3d47

Browse files
Provide alias NormalEstimationOMP with deprecation message
1 parent f88b649 commit 71d3d47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

features/include/pcl/features/normal_3d.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,10 @@ namespace pcl
407407
public:
408408
PCL_MAKE_ALIGNED_OPERATOR_NEW
409409
};
410+
411+
template <typename PointInT, typename PointOutT>
412+
using NormalEstimationOMP PCL_DEPRECATED(1, 12, "use NormalEstimation instead") = NormalEstimation<PointInT, PointOutT>;
413+
410414
}
411415

412416
#ifdef PCL_NO_PRECOMPILE

0 commit comments

Comments
 (0)