#include "pcl/features/normal_3d_tbb.h"
#include <pcl/features/normal_3d.h>
#include <tbb/parallel_for.h>
#include <tbb/blocked_range.h>
#include <tbb/task_scheduler_init.h>
Go to the source code of this file.
Defines | |
#define | PCL_INSTANTIATE_NormalEstimationTBB(T, NT) template class pcl::NormalEstimationTBB<T,NT>; |
#define | PCL_INSTANTIATE_TBB_NormalEstimationTBB(T, NT) template class pcl::TBB_NormalEstimationTBB<T,NT>; |
#define PCL_INSTANTIATE_NormalEstimationTBB | ( | T, | |||
NT | ) | template class pcl::NormalEstimationTBB<T,NT>; |
Definition at line 77 of file normal_3d_tbb.hpp.
#define PCL_INSTANTIATE_TBB_NormalEstimationTBB | ( | T, | |||
NT | ) | template class pcl::TBB_NormalEstimationTBB<T,NT>; |
Definition at line 76 of file normal_3d_tbb.hpp.