ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
HashMapIO.h
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - CloudViewer: www.cloudViewer.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2024 www.cloudViewer.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
7 
8 #pragma once
9 
10 #include <string>
11 
14 
15 namespace cloudViewer {
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 cloudViewer
std::string filename
core::HashMap ReadHashMap(const std::string &file_name)
Definition: HashMapIO.cpp:48
void WriteHashMap(const std::string &file_name, const core::HashMap &hashmap)
Definition: HashMapIO.cpp:17
Generic file read and write utility for python interface.