![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <Eigen.h>#include <Helper.h>#include <tbb/parallel_for.h>#include <set>#include "cloudViewer/core/Atomic.h"#include "cloudViewer/core/nns/NeighborSearchCommon.h"#include "cloudViewer/utility/ParallelScan.h"

Go to the source code of this file.
Namespaces | |
| cloudViewer | |
| Generic file read and write utility for python interface. | |
| cloudViewer::core | |
| cloudViewer::core::nns | |
| cloudViewer::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 | cloudViewer::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 |