#include <tilecompnone.hh>
|
enum | Support_Format { INVALID =0,
COMPRESSION,
CONVERSION
} |
|
typedef struct
r_Tile_Compression::tile_comp_format_s | tile_comp_format_t |
|
static Support_Format | check_data_format (r_Data_Format fmt) |
|
static r_Tile_Compression * | create (r_Data_Format fmt, const r_Minterval &dom, const r_Base_Type *type) throw (r_Error) |
|
static r_Tile_Compression * | create (const char *name, const r_Minterval &dom, const r_Base_Type *type) throw (r_Error) |
|
static r_Data_Format | get_format_from_name (const char *name) throw (r_Error) |
|
static const char * | get_format_info (unsigned int number, r_Data_Format &fmt) |
|
static void | write_short (void *dest, r_Short val) |
|
static void | write_long (void *dest, r_Long val) |
|
static void | read_short (const void *src, r_Short &val) |
|
static void | read_long (const void *src, r_Long &val) |
|
void | instantiate_timer (const char *func, int level=0) |
|
static unsigned int | get_atom_info (const r_Base_Type *baseType, unsigned int *sizes=NULL, unsigned int *idxptr=NULL) |
|
r_Storage_Man | mystore |
|
r_Minterval | mydomain |
|
r_Base_Type * | mytype |
|
r_Parse_Params * | compParams |
|
r_Parse_Params * | decompParams |
|
RMTimer * | myTimer |
|
static const tile_comp_format_t | all_formats [] |
|
r_Tile_Comp_None::~r_Tile_Comp_None |
( |
void |
| ) |
|
virtual void* r_Tile_Comp_None::compress |
( |
const void * |
data, |
|
|
r_ULong & |
size, |
|
|
const char * |
options = NULL |
|
) |
| |
|
virtual |
virtual void* r_Tile_Comp_None::decompress |
( |
const void * |
data, |
|
|
r_ULong |
size, |
|
|
const char * |
options = NULL |
|
) |
| |
|
virtual |
const char* r_Tile_Comp_None::get_name |
( |
void |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following file: