IODA Bundle
HH-Filters.cpp File Reference

HDF5 filters. More...

#include "./HH/HH-Filters.h"
#include <hdf5.h>
#include <hdf5_hl.h>
#include <algorithm>
#include <numeric>
#include <set>
#include "./HH/HH-types.h"
#include "./HH/HH-variables.h"
#include "./HH/Handles.h"
#include "ioda/Exception.h"
Include dependency graph for HH-Filters.cpp:

Go to the source code of this file.

Namespaces

 ioda
 
 ioda::detail
 
 ioda::detail::Engines
 
 ioda::detail::Engines::HH
 

Functions

IODA_HIDDEN std::pair< bool, bool > ioda::detail::Engines::HH::isFilteravailable (H5Z_filter_t filt)
 Check that the given filter is available for encoding/decoding in the HDF5 pipeline. More...
 
IODA_HIDDEN bool ioda::detail::Engines::HH::CanUseSZIP (HH_hid_t dtype)
 Can SZIP encoding be used for a datatype?@detail This depends on the data type and the HDF5 build options. SZIP cannot be applied to compound, array, variable-length, enumerative or user-defined datatypes. More...
 

Detailed Description

HDF5 filters.

Definition in file HH-Filters.cpp.