38 #ifndef PCL_NORMAL_BASED_SIGNATURE_H_
39 #define PCL_NORMAL_BASED_SIGNATURE_H_
58 template <
typename Po
intT,
typename Po
intNT,
typename Po
intFeature>
69 typedef typename boost::shared_ptr<NormalBasedSignatureEstimation<PointT, PointNT, PointFeature> >
Ptr;
70 typedef typename boost::shared_ptr<const NormalBasedSignatureEstimation<PointT, PointNT, PointFeature> >
ConstPtr;
90 setN (
size_t n) { N_ = n; }
155 size_t N_, M_, N_prime_, M_prime_;