Open3D (C++ API)  0.18.0+252c867
Namespaces | Functions
Extract.h File Reference

(252c867 (Sun May 5 05:39:34 2024 +0000))

#include <string>

Go to the source code of this file.

Namespaces

 open3d
 
 open3d::utility
 

Functions

bool open3d::utility::IsSupportedCompressedFilePath (const std::string &file_path)
 Returns true if the file is a supported compressed file path. It does not check if the file exists. It only checks the file extension. More...
 
void open3d::utility::Extract (const std::string &file_path, const std::string &extract_dir)
 Function to extract compressed files. More...