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
12
#include "
cloudViewer/core/Tensor.h
"
13
#include "
cloudViewer/core/hashmap/HashMap.h
"
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
filename
std::string filename
Definition:
PointCloudIO.cpp:47
HashMap.h
Tensor.h
cloudViewer::t::io::ReadHashMap
core::HashMap ReadHashMap(const std::string &file_name)
Definition:
HashMapIO.cpp:48
cloudViewer::t::io::WriteHashMap
void WriteHashMap(const std::string &file_name, const core::HashMap &hashmap)
Definition:
HashMapIO.cpp:17
cloudViewer
Generic file read and write utility for python interface.
Definition:
AutoSegmentationTools.h:16
libs
cloudViewer
t
io
HashMapIO.h
Generated on Wed Jan 28 2026 09:00:56 for ACloudViewer by
1.9.1