ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
BalusterVase.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
BalusterVase::BalusterVase
(
const
std::string& data_root)
19
:
DownloadDataset
(
"BalusterVase"
,
20
{
GetCustomDownloadsPrefix
() +
21
"20220301-data/F1980_baluster_vase.glb"
,
22
"86ada54d74685cc9bdd4e82ce25e6fd3"
},
23
data_root) {
24
path_ = GetExtractDir() +
"/"
+
"F1980_baluster_vase.glb"
;
25
}
26
27
}
// namespace data
28
}
// namespace cloudViewer
Dataset.h
cloudViewer::data::BalusterVase::BalusterVase
BalusterVase(const std::string &data_root="")
Definition:
BalusterVase.cpp:18
cloudViewer::data::DownloadDataset
Dataset class with one or more downloaded file.
Definition:
Dataset.h:152
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
BalusterVase.cpp
Generated on Wed Jan 28 2026 09:00:54 for ACloudViewer by
1.9.1