38 #ifndef PCL_REGISTRATION_CORRESPONDENCE_REJECTION_DISTANCE_H_
39 #define PCL_REGISTRATION_CORRESPONDENCE_REJECTION_DISTANCE_H_
45 namespace registration
61 using CorrespondenceRejector::input_correspondences_;
62 using CorrespondenceRejector::rejection_name_;
63 using CorrespondenceRejector::getClassName;
71 rejection_name_ =
"CorrespondenceRejectorDistance";
98 template <
typename Po
intT>
inline void
101 if (!data_container_)
110 template <
typename Po
intT>
inline void
113 if (!data_container_)
134 typedef boost::shared_ptr<DataContainerInterface> DataContainerPtr;
137 DataContainerPtr data_container_;