Slicer 4.2
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 "vtkMRMLLogicWin32Header.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 *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 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines