![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Infomation about a file to be downloaded. More...
#include <Dataset.h>

Public Member Functions | |
| DataDescriptor (const std::vector< std::string > &urls, const std::string &md5, const std::string &extract_in_subdir="") | |
| Constructor a list of url mirrors. More... | |
| DataDescriptor (const std::string &url, const std::string &md5, const std::string &extract_in_subdir="") | |
| Constructor a download url. More... | |
Public Attributes | |
| std::vector< std::string > | urls_ |
| List of URL mirrors. More... | |
| std::string | md5_ |
| MD5 checksum of the downloaded file. More... | |
| std::string | extract_in_subdir_ = "" |
|
inline |
|
inline |
| std::string cloudViewer::data::DataDescriptor::extract_in_subdir_ = "" |
Subdirectory to extract the file. If empty, the file will be extracted in the root extract directory of the dataset.
Definition at line 141 of file Dataset.h.
Referenced by cloudViewer::data::DownloadDataset::DownloadDataset(), and cloudViewer::data::pybind_data_classes().
| std::string cloudViewer::data::DataDescriptor::md5_ |
MD5 checksum of the downloaded file.
Definition at line 137 of file Dataset.h.
Referenced by cloudViewer::data::DownloadDataset::DownloadDataset(), cloudViewer::data::DownloadDataset::HasDownloaded(), and cloudViewer::data::pybind_data_classes().
| std::vector<std::string> cloudViewer::data::DataDescriptor::urls_ |
List of URL mirrors.
Definition at line 134 of file Dataset.h.
Referenced by cloudViewer::data::DownloadDataset::DownloadDataset(), cloudViewer::data::DownloadDataset::HasDownloaded(), and cloudViewer::data::pybind_data_classes().