quadEM  7-0
Public Member Functions | Public Attributes | List of all members
Codec_t Struct Reference

#include <Codec.h>

Public Member Functions

 Codec_t ()
 
void clear ()
 
bool empty ()
 
bool operator== (const Codec_t &other)
 
bool operator!= (const Codec_t &other)
 

Public Attributes

std::string name
 Name of the codec used to compress the data. More...
 
int level
 Compression level. More...
 
int shuffle
 Shuffle type. More...
 
int compressor
 Compressor type. More...
 

Constructor & Destructor Documentation

Codec_t::Codec_t ( )
inline

Member Function Documentation

void Codec_t::clear ( )
inline
bool Codec_t::empty ( )
inline
bool Codec_t::operator!= ( const Codec_t other)
inline
bool Codec_t::operator== ( const Codec_t other)
inline

Member Data Documentation

int Codec_t::compressor

Compressor type.

For codecs that support more than one compressor.

int Codec_t::level

Compression level.

std::string Codec_t::name

Name of the codec used to compress the data.

codecName[NDCODEC_NONE] if uncompressed.

int Codec_t::shuffle

Shuffle type.


The documentation for this struct was generated from the following file: