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 
14 
15 namespace cloudViewer {
16 namespace data {
17 
18 BalusterVase::BalusterVase(const std::string& data_root)
19  : DownloadDataset("BalusterVase",
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
BalusterVase(const std::string &data_root="")
Dataset class with one or more downloaded file.
Definition: Dataset.h:152
std::string GetCustomDownloadsPrefix()
Definition: Dataset.cpp:47
Generic file read and write utility for python interface.