Open3D (C++ API)  0.18.0+5c982c7
HashMapIO.h
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - Open3D: www.open3d.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2023 www.open3d.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
7 
8 #pragma once
9 
10 #include <string>
11 
12 #include "open3d/core/Tensor.h"
14 
15 namespace open3d {
16 namespace t {
17 namespace io {
18 
23 core::HashMap ReadHashMap(const std::string& filename);
24 
29 void WriteHashMap(const std::string& filename, const core::HashMap& hashmap);
30 
31 } // namespace io
32 } // namespace t
33 } // namespace open3d
void WriteHashMap(const std::string &file_name, const core::HashMap &hashmap)
Definition: HashMapIO.cpp:16
core::HashMap ReadHashMap(const std::string &file_name)
Definition: HashMapIO.cpp:47
Definition: PinholeCameraIntrinsic.cpp:16