Slicer  4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Functions
vtkArchive.h File Reference
#include <string>
#include <vector>
#include "vtkMRMLLogicExport.h"
Include dependency graph for vtkArchive.h:

Go to the source code of this file.

Functions

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)
 

Function Documentation

◆ 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 
)