|
Open3D (C++ API)
0.13.0
|
#include "open3d/core/hashmap/DeviceHashmap.h"#include "open3d/core/hashmap/Hashmap.h"#include "open3d/utility/Console.h"#include "open3d/utility/Helper.h"Namespaces | |
| open3d | |
| open3d::core | |
Functions | |
| std::shared_ptr< DeviceHashmap > | open3d::core::CreateDeviceHashmap (int64_t init_capacity, const Dtype &dtype_key, const Dtype &dtype_value, const SizeVector &element_shape_key, const SizeVector &element_shape_value, const Device &device, const HashmapBackend &backend) |
1.8.13