ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
PolylinesModel.cpp
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
#include <
Logging.h
>
9
10
#include <string>
11
#include <vector>
12
13
#include "
cloudViewer/data/Dataset.h
"
14
15
namespace
cloudViewer
{
16
namespace
data {
17
18
PolylinesModel::PolylinesModel
(
const
std::string& data_root)
19
:
DownloadDataset
(
"PolylinesModel"
,
20
{
GetCustomDownloadsPrefix
() +
"bin-data/polylines.bin"
,
21
"9fa4241bfbb11567ffba839afccfee5c"
},
22
data_root) {
23
path_ = GetExtractDir() +
"/"
+
"polylines.bin"
;
24
}
25
26
}
// namespace data
27
}
// namespace cloudViewer
Dataset.h
cloudViewer::data::DownloadDataset
Dataset class with one or more downloaded file.
Definition:
Dataset.h:152
cloudViewer::data::PolylinesModel::PolylinesModel
PolylinesModel(const std::string &data_root="")
Definition:
PolylinesModel.cpp:18
Logging.h
cloudViewer::data::GetCustomDownloadsPrefix
std::string GetCustomDownloadsPrefix()
Definition:
Dataset.cpp:47
cloudViewer
Generic file read and write utility for python interface.
Definition:
AutoSegmentationTools.h:16
libs
cloudViewer
data
dataset
PolylinesModel.cpp
Generated on Wed Jan 28 2026 09:00:54 for ACloudViewer by
1.9.1