ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
Extract.cpp File Reference
#include "cloudViewer/utility/Extract.h"
#include <FileSystem.h>
#include <Logging.h>
#include <unordered_map>
#include "cloudViewer/utility/ExtractZIP.h"
Include dependency graph for Extract.cpp:

Go to the source code of this file.

Namespaces

 cloudViewer
 Generic file read and write utility for python interface.
 
 cloudViewer::utility
 

Functions

bool cloudViewer::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 cloudViewer::utility::Extract (const std::string &file_path, const std::string &extract_dir)
 Function to extract compressed files. More...
 

Variables

static const std::unordered_map< std::string, std::function< void(const std::string &, const std::string &)> > cloudViewer::utility::file_extension_to_extract_function