HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_Compression.h File Reference
#include "UT_String.h"
+ Include dependency graph for UT_Compression.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define UT_BLOSC_BLOCKSIZE   (1048576)
 
#define UT_BLOSC_TYPESIZE   (sizeof(float))
 
#define UT_BLOSC_COMPRESSION_LEVEL   (9)
 

Enumerations

enum  UT_CompressionType { UT_COMPRESSION_TYPE_NONE = 0, UT_COMPRESSION_TYPE_GZIP, UT_COMPRESSION_TYPE_BLOSC }
 

Functions

UT_CompressionType UTcompressionTypeFromString (const UT_String &string)
 

Macro Definition Documentation

#define UT_BLOSC_BLOCKSIZE   (1048576)

Definition at line 23 of file UT_Compression.h.

#define UT_BLOSC_COMPRESSION_LEVEL   (9)

Definition at line 25 of file UT_Compression.h.

#define UT_BLOSC_TYPESIZE   (sizeof(float))

Definition at line 24 of file UT_Compression.h.

Enumeration Type Documentation

Enumerator
UT_COMPRESSION_TYPE_NONE 
UT_COMPRESSION_TYPE_GZIP 
UT_COMPRESSION_TYPE_BLOSC 

Definition at line 16 of file UT_Compression.h.

Function Documentation

UT_CompressionType UTcompressionTypeFromString ( const UT_String string)
inline

Converts the string we get from the parameter into an enumeration that is used interally The strange names for none and gzip (off and on) are for backwards compatability with pervious compression parameter.

Definition at line 32 of file UT_Compression.h.