|
Open3D (C++ API)
0.19.0
|
#include "open3d/utility/ExtractZIP.h"#include <errno.h>#include <stdio.h>#include <unzip.h>#include <iostream>#include <string>#include "open3d/utility/FileSystem.h"#include "open3d/utility/Logging.h"Namespaces | |
| open3d | |
| open3d::utility | |
Macros | |
| #define | FOPEN_FUNC(filename, mode) fopen64(filename, mode) |
| #define | WRITEBUFFERSIZE (8192) |
Functions | |
| void | open3d::utility::ExtractFromZIP (const std::string &file_path, const std::string &extract_dir) |
Function to extract files compressed in .zip format. More... | |
| #define FOPEN_FUNC | ( | filename, | |
| mode | |||
| ) | fopen64(filename, mode) |
| #define WRITEBUFFERSIZE (8192) |