|
Open3D (C++ API)
0.19.0
|
#include <tbb/parallel_for.h>#include <set>#include "open3d/core/Atomic.h"#include "open3d/core/nns/NeighborSearchCommon.h"#include "open3d/utility/Eigen.h"#include "open3d/utility/Helper.h"#include "open3d/utility/ParallelScan.h"Go to the source code of this file.
Namespaces | |
| open3d | |
| open3d::core | |
| open3d::core::nns | |
| open3d::core::nns::impl | |
Macros | |
| #define | VECSIZE 8 |
| #define | FN_PARAMETERS |
| #define | CALL_TEMPLATE(METRIC, IGNORE_QUERY_POINT, RETURN_DISTANCES) |
| #define | CALL_TEMPLATE2(METRIC) |
| #define | CALL_TEMPLATE3 |
Functions | |
| template<class T , class TIndex , class OUTPUT_ALLOCATOR > | |
| void | open3d::core::nns::impl::FixedRadiusSearchCPU (int64_t *query_neighbors_row_splits, const size_t num_points, const T *const points, const size_t num_queries, const T *const queries, const T radius, const size_t points_row_splits_size, const int64_t *const points_row_splits, const size_t queries_row_splits_size, const int64_t *const queries_row_splits, const uint32_t *const hash_table_splits, const size_t hash_table_cell_splits_size, const uint32_t *const hash_table_cell_splits, const uint32_t *const hash_table_index, const Metric metric, const bool ignore_query_point, const bool return_distances, OUTPUT_ALLOCATOR &output_allocator) |
| #define CALL_TEMPLATE | ( | METRIC, | |
| IGNORE_QUERY_POINT, | |||
| RETURN_DISTANCES | |||
| ) |
| #define CALL_TEMPLATE2 | ( | METRIC | ) |
| #define CALL_TEMPLATE3 |
| #define FN_PARAMETERS |
| #define VECSIZE 8 |