ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ExtractZIP.h
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 // Do not include this in public facing header.
9 
10 #pragma once
11 
12 #include <string>
13 
14 namespace cloudViewer {
15 namespace utility {
16 
20 void ExtractFromZIP(const std::string& file_path,
21  const std::string& extract_dir);
22 
23 } // namespace utility
24 } // namespace cloudViewer
void ExtractFromZIP(const std::string &file_path, const std::string &extract_dir)
Function to extract files compressed in .zip format.
Definition: ExtractZIP.cpp:158
Generic file read and write utility for python interface.