Open3D (C++ API)  0.11.0
Namespaces | Functions
TemplateHashmapCPU.hpp File Reference

(d6055e6e (Mon Sep 28 01:24:21 2020 -0700))

#include "open3d/core/hashmap/CPU/HashmapCPU.h"

Go to the source code of this file.

Namespaces

 open3d
 
 open3d::core
 

Functions

template<typename Hash , typename KeyEq >
std::shared_ptr< CPUHashmap< Hash, KeyEq > > open3d::core::CreateTemplateCPUHashmap (size_t init_buckets, size_t init_capacity, size_t dsize_key, size_t dsize_value, const Device &device)
 Templated factory. More...