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