40 #ifndef PCL_NORMAL_BASED_SIGNATURE_H_
41 #define PCL_NORMAL_BASED_SIGNATURE_H_
43 #include <pcl/features/feature.h>
60 template <
typename Po
intT,
typename Po
intNT,
typename Po
intFeature>
71 typedef typename boost::shared_ptr<NormalBasedSignatureEstimation<PointT, PointNT, PointFeature> >
Ptr;
72 typedef typename boost::shared_ptr<const NormalBasedSignatureEstimation<PointT, PointNT, PointFeature> >
ConstPtr;
92 setN (
size_t n) { N_ = n; }
157 size_t N_, M_, N_prime_, M_prime_;
161 #ifdef PCL_NO_PRECOMPILE
162 #include <pcl/features/impl/normal_based_signature.hpp>