Open3D (C++ API)  0.11.1
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Namespaces | Functions
TemplateHashmap.h File Reference

(9a980fb (Fri Oct 23 23:59:16 2020 -0700))

#include "open3d/core/hashmap/CPU/TemplateHashmapCPU.hpp"
#include <unordered_map>

Go to the source code of this file.

Namespaces

 open3d
 
 open3d::core
 

Functions

template<typename Hash , typename KeyEq >
std::shared_ptr< DeviceHashmap< Hash, KeyEq > > open3d::core::CreateTemplateDeviceHashmap (size_t init_buckets, size_t init_capacity, size_t dsize_key, size_t dsize_value, const Device &device)