#include "pandabase.h"
#include "gnu_getopt.h"
#include "multifile.h"
#include "filename.h"
#include "pset.h"
#include <stdio.h>
Go to the source code of this file.
Functions | |
void | usage () |
void | help () |
bool | is_named (const string &subfile_name, int argc, char *argv[]) |
int | get_compression_level (const Filename &subfile_name) |
bool | add_directory (Multifile &multifile, const Filename &directory_name) |
bool | add_files (int argc, char *argv[]) |
bool | extract_files (int argc, char *argv[]) |
bool | list_files (int argc, char *argv[]) |
void | tokenize_extensions (const string &str, pset< string > &extensions) |
int | main (int argc, char *argv[]) |
Variables | |
bool | create = false |
bool | append = false |
bool | list = false |
bool | extract = false |
bool | verbose = false |
bool | compress = false |
int | default_compression_level = 6 |
Filename | multifile_name |
bool | got_multifile_name = false |
bool | to_stdout = false |
Filename | chdir_to |
bool | got_chdir_to = false |
size_t | scale_factor = 0 |
pset< string > | dont_compress |
string | dont_compress_str = "jpg,mp3" |
Definition in file multify.cxx.
|
Definition at line 184 of file multify.cxx. |
|
Definition at line 222 of file multify.cxx. References multifile_name. |
|
Definition at line 284 of file multify.cxx. |
|
Definition at line 165 of file multify.cxx. |
|
Definition at line 59 of file multify.cxx. References default_compression_level, and dont_compress_str. |
|
Definition at line 147 of file multify.cxx. |
|
Definition at line 322 of file multify.cxx. |
|
Definition at line 393 of file multify.cxx. |
|
Definition at line 378 of file multify.cxx. References size_t. |
|
Definition at line 53 of file multify.cxx. |
|
Definition at line 35 of file multify.cxx. |
|
Definition at line 44 of file multify.cxx. |
|
Definition at line 39 of file multify.cxx. |
|
Definition at line 34 of file multify.cxx. Referenced by AsyncUtility::~AsyncUtility(). |
|
Definition at line 40 of file multify.cxx. Referenced by help(). |
|
Definition at line 47 of file multify.cxx. |
|
Definition at line 50 of file multify.cxx. Referenced by help(). |
|
Definition at line 37 of file multify.cxx. |
|
Definition at line 45 of file multify.cxx. |
|
Definition at line 42 of file multify.cxx. |
|
Definition at line 36 of file multify.cxx. Referenced by MesherTempl< PrimType >::build_sheets(), and ButtonEventList::get_type(). |
|
Definition at line 41 of file multify.cxx. Referenced by add_files(), Multifile::open_read(), Multifile::open_write(), Multifile::operator=(), and Extractor::~Extractor(). |
|
Definition at line 46 of file multify.cxx. Referenced by Multifile::close(), and FFTCompressor::write_header(). |
|
Definition at line 43 of file multify.cxx. |
|
Definition at line 38 of file multify.cxx. |