HDK
|
#include "UT_String.h"
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) |
#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.
enum UT_CompressionType |
Enumerator | |
---|---|
UT_COMPRESSION_TYPE_NONE | |
UT_COMPRESSION_TYPE_GZIP | |
UT_COMPRESSION_TYPE_BLOSC |
Definition at line 16 of file UT_Compression.h.
|
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.