Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #include <pcl/point_types.h>
00012 #include <pcl/impl/instantiate.hpp>
00013
00014
00015 #include "cob_3d_registration/general_registration.h"
00016 #include "cob_3d_registration/registration_icp_narf.h"
00017
00018
00019 #define PCL_INSTANTIATE_Registration_ICP_NARF(T) template class PCL_EXPORTS cob_3d_registration::Registration_ICP_NARF<T>;
00020
00021 PCL_INSTANTIATE(Registration_ICP_NARF, PCL_XYZ_POINT_TYPES)
00022
00023
00024
00025