#include <string>
#include <vector>
#include "vtkMRMLLogicWin32Header.h"
Go to the source code of this file.
Functions |
| VTK_MRML_LOGIC_EXPORT bool | extract_tar (const char *outFileName, bool verbose, bool extract, std::vector< std::string > *extracted_files=0) |
| VTK_MRML_LOGIC_EXPORT bool | unzip (const char *zipFileName, const char *destinationDirectory) |
| VTK_MRML_LOGIC_EXPORT bool | zip (const char *zipFileName, const char *directoryToZip) |
Function Documentation
| VTK_MRML_LOGIC_EXPORT bool extract_tar |
( |
const char * |
outFileName, |
|
|
bool |
verbose, |
|
|
bool |
extract, |
|
|
std::vector< std::string > * |
extracted_files = 0 |
|
) |
| |
| VTK_MRML_LOGIC_EXPORT bool unzip |
( |
const char * |
zipFileName, |
|
|
const char * |
destinationDirectory |
|
) |
| |
| VTK_MRML_LOGIC_EXPORT bool zip |
( |
const char * |
zipFileName, |
|
|
const char * |
directoryToZip |
|
) |
| |