Open3D (C++ API)
0.17.0
cpp
open3d
utility
ExtractZIP.h
Go to the documentation of this file.
1
// ----------------------------------------------------------------------------
2
// - Open3D: www.open3d.org -
3
// ----------------------------------------------------------------------------
4
// Copyright (c) 2018-2023 www.open3d.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
open3d
{
15
namespace
utility {
16
20
void
ExtractFromZIP
(
const
std::string& file_path,
21
const
std::string& extract_dir);
22
23
}
// namespace utility
24
}
// namespace open3d
open3d::utility::ExtractFromZIP
void ExtractFromZIP(const std::string &file_path, const std::string &extract_dir)
Function to extract files compressed in .zip format.
Definition:
ExtractZIP.cpp:159
open3d
Definition:
PinholeCameraIntrinsic.cpp:16
Generated by
1.9.1