Infomation about a file to be downloaded.
More...
#include <Dataset.h>
|
| | 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...
|
| |
Infomation about a file to be downloaded.
◆ DataDescriptor() [1/2]
| open3d::data::DataDescriptor::DataDescriptor |
( |
const std::vector< std::string > & |
urls, |
|
|
const std::string & |
md5, |
|
|
const std::string & |
extract_in_subdir = "" |
|
) |
| |
|
inline |
Constructor a list of url mirrors.
- Parameters
-
| urls | URL mirrors of the file. |
| md5 | MD5 checksum of the file. |
| extract_in_subdir | Subdirectory to extract the file. If empty, the file will be extracted in the root extract directory of the dataset. |
◆ DataDescriptor() [2/2]
| open3d::data::DataDescriptor::DataDescriptor |
( |
const std::string & |
url, |
|
|
const std::string & |
md5, |
|
|
const std::string & |
extract_in_subdir = "" |
|
) |
| |
|
inline |
Constructor a download url.
- Parameters
-
| url | URL of the file. |
| md5 | MD5 checksum of the file. |
| extract_in_subdir | Subdirectory to extract the file. If empty, the file will be extracted in the root extract directory of the dataset. |
◆ extract_in_subdir_
| std::string open3d::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.
◆ md5_
| std::string open3d::data::DataDescriptor::md5_ |
MD5 checksum of the downloaded file.
◆ urls_
| std::vector<std::string> open3d::data::DataDescriptor::urls_ |
The documentation for this struct was generated from the following file: