| 
| template<typename Setter , typename PointCloud >  | 
| void  | small_gicp::estimate_local_features_omp (PointCloud &cloud, int num_neighbors, int num_threads) | 
|   | 
| template<typename Setter , typename PointCloud , typename KdTree >  | 
| void  | small_gicp::estimate_local_features_omp (PointCloud &cloud, KdTree &kdtree, int num_neighbors, int num_threads) | 
|   | 
| template<typename PointCloud >  | 
| void  | small_gicp::estimate_normals_omp (PointCloud &cloud, int num_neighbors=20, int num_threads=4) | 
|   | Estimate point normals with OpenMP.  More...
  | 
|   | 
| template<typename PointCloud , typename KdTree >  | 
| void  | small_gicp::estimate_normals_omp (PointCloud &cloud, KdTree &kdtree, int num_neighbors=20, int num_threads=4) | 
|   | Estimate point normals with OpenMP.  More...
  | 
|   | 
| template<typename PointCloud >  | 
| void  | small_gicp::estimate_covariances_omp (PointCloud &cloud, int num_neighbors=20, int num_threads=4) | 
|   | Estimate point covariances with OpenMP.  More...
  | 
|   | 
| template<typename PointCloud , typename KdTree >  | 
| void  | small_gicp::estimate_covariances_omp (PointCloud &cloud, KdTree &kdtree, int num_neighbors=20, int num_threads=4) | 
|   | Estimate point covariances with OpenMP.  More...
  | 
|   | 
| template<typename PointCloud >  | 
| void  | small_gicp::estimate_normals_covariances_omp (PointCloud &cloud, int num_neighbors=20, int num_threads=4) | 
|   | Estimate point normals and covariances with OpenMP.  More...
  | 
|   | 
| template<typename PointCloud , typename KdTree >  | 
| void  | small_gicp::estimate_normals_covariances_omp (PointCloud &cloud, KdTree &kdtree, int num_neighbors=20, int num_threads=4) | 
|   | Estimate point normals and covariances with OpenMP.  More...
  | 
|   |