Simple class for manipulating archive files.
More...
#include <Libs/MRML/Core/vtkArchive.h>
|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
|
static bool | ExtractTar (const char *tarFileName, bool verbose, bool extract, std::vector< std::string > *extracted_files=nullptr) |
|
static int | IsTypeOf (const char *type) |
|
static bool | ListArchive (const char *archiveFileNameFileName, std::vector< std::string > &files) |
|
static vtkArchive * | New () |
|
static vtkArchive * | SafeDownCast (vtkObject *o) |
|
static bool | UnZip (const char *zipFileName, const char *destinationDirectory) |
|
static bool | Zip (const char *zipFileName, const char *directoryToZip) |
|
Simple class for manipulating archive files.
Definition at line 25 of file vtkArchive.h.
◆ Superclass
◆ vtkArchive() [1/2]
vtkArchive::vtkArchive |
( |
| ) |
|
|
protected |
◆ ~vtkArchive()
vtkArchive::~vtkArchive |
( |
| ) |
|
|
overrideprotected |
◆ vtkArchive() [2/2]
◆ ExtractTar()
static bool vtkArchive::ExtractTar |
( |
const char * | tarFileName, |
|
|
bool | verbose, |
|
|
bool | extract, |
|
|
std::vector< std::string > * | extracted_files = nullptr ) |
|
static |
◆ GetClassName()
virtual const char * vtkArchive::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsA()
virtual int vtkArchive::IsA |
( |
const char * | type | ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkArchive::IsTypeOf |
( |
const char * | type | ) |
|
|
static |
◆ ListArchive()
static bool vtkArchive::ListArchive |
( |
const char * | archiveFileNameFileName, |
|
|
std::vector< std::string > & | files ) |
|
static |
◆ New()
◆ operator=()
◆ PrintSelf()
void vtkArchive::PrintSelf |
( |
ostream & | os, |
|
|
vtkIndent | indent ) |
|
override |
◆ SafeDownCast()
static vtkArchive * vtkArchive::SafeDownCast |
( |
vtkObject * | o | ) |
|
|
static |
◆ UnZip()
static bool vtkArchive::UnZip |
( |
const char * | zipFileName, |
|
|
const char * | destinationDirectory ) |
|
static |
◆ Zip()
static bool vtkArchive::Zip |
( |
const char * | zipFileName, |
|
|
const char * | directoryToZip ) |
|
static |
The documentation for this class was generated from the following file: