Open3D (C++ API)  0.17.0
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
15namespace open3d {
16namespace t {
17namespace io {
18
23core::HashMap ReadHashMap(const std::string& filename);
24
29void 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