ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
JackJackL515Bag.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 
13 
14 namespace cloudViewer {
15 namespace data {
16 
18  CloudViewerDownloadsPrefix() + "20220301-data/JackJackL515Bag.bag",
19  "9f670dc92569b986b739c4179a659176"};
20 
21 JackJackL515Bag::JackJackL515Bag(const std::string& data_root)
22  : DownloadDataset("JackJackL515Bag", data_descriptor, data_root) {
23  path_ = GetExtractDir() + "/JackJackL515Bag.bag";
24 }
25 
26 } // namespace data
27 } // namespace cloudViewer
const std::string GetExtractDir() const
Get absolute path to extract directory. i.e. ${data_root}/extract/${prefix}.
Definition: Dataset.h:94
Dataset class with one or more downloaded file.
Definition: Dataset.h:152
JackJackL515Bag(const std::string &data_root="")
std::string CloudViewerDownloadsPrefix()
Definition: Dataset.cpp:49
static const DataDescriptor data_descriptor
Generic file read and write utility for python interface.
Infomation about a file to be downloaded.
Definition: Dataset.h:111