#include <string>
#include <vector>
#include "vtkMRMLLogicExport.h"
Go to the source code of this file.
|
VTK_MRML_LOGIC_EXPORT bool | extract_tar (const char *tarFileName, bool verbose, bool extract, std::vector< std::string > *extracted_files=0) |
|
VTK_MRML_LOGIC_EXPORT bool | list_archive (const char *archiveFileNameFileName, std::vector< std::string > &files) |
|
VTK_MRML_LOGIC_EXPORT bool | unzip (const char *zipFileName, const char *destinationDirectory) |
|
VTK_MRML_LOGIC_EXPORT bool | zip (const char *zipFileName, const char *directoryToZip) |
|
◆ extract_tar()
VTK_MRML_LOGIC_EXPORT bool extract_tar |
( |
const char * |
tarFileName, |
|
|
bool |
verbose, |
|
|
bool |
extract, |
|
|
std::vector< std::string > * |
extracted_files = 0 |
|
) |
| |
◆ list_archive()
VTK_MRML_LOGIC_EXPORT bool list_archive |
( |
const char * |
archiveFileNameFileName, |
|
|
std::vector< std::string > & |
files |
|
) |
| |
◆ unzip()
VTK_MRML_LOGIC_EXPORT bool unzip |
( |
const char * |
zipFileName, |
|
|
const char * |
destinationDirectory |
|
) |
| |
◆ zip()
VTK_MRML_LOGIC_EXPORT bool zip |
( |
const char * |
zipFileName, |
|
|
const char * |
directoryToZip |
|
) |
| |