(313315d (Wed Dec 23 23:39:47 2020 -0800))
#include <tbb/parallel_for.h>
#include <tbb/parallel_sort.h>
#include <vector>
#include "open3d/core/Atomic.h"
#include "open3d/utility/MiniVec.h"
#include "open3d/utility/ParallelScan.h"
Go to the source code of this file.
|
template<class T , int NDIM, class OUTPUT_ALLOCATOR > |
void | open3d::ml::impl::VoxelizeCPU (size_t num_points, const T *const points, const T *const voxel_size, const T *const points_range_min, const T *const points_range_max, const int64_t max_points_per_voxel, const int64_t max_voxels, OUTPUT_ALLOCATOR &output_allocator) |
|