52 return ! (*
this == other);
NDCodecCompressor_t
Definition: Codec.h:12
@ NDCODEC_NONE
Definition: Codec.h:13
@ NDCODEC_BLOSC
Definition: Codec.h:15
@ NDCODEC_JPEG
Definition: Codec.h:14
@ NDCODEC_LZ4
Definition: Codec.h:16
@ NDCODEC_BSLZ4
Definition: Codec.h:17
@ string
Definition: NDFileHDF5Layout.h:44
void clear()
Definition: Codec.h:30
Codec_t()
Definition: Codec.h:26
int shuffle
Shuffle type.
Definition: Codec.h:23
int level
Compression level.
Definition: Codec.h:22
bool operator==(const Codec_t &other)
Definition: Codec.h:41
bool empty()
Definition: Codec.h:37
bool operator!=(const Codec_t &other)
Definition: Codec.h:51
std::string name
Name of the codec used to compress the data.
Definition: Codec.h:21
int compressor
Compressor type.
Definition: Codec.h:24