IODA Bundle
|
HDF5 filters. More...
#include <list>
#include <memory>
#include <string>
#include <tuple>
#include <utility>
#include <vector>
#include "./Handles.h"
#include "ioda/defs.h"
Go to the source code of this file.
Classes | |
struct | ioda::detail::Engines::HH::Filters |
Order-obeying filter insertions and replacements. More... | |
struct | ioda::detail::Engines::HH::Filters::filter_info |
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... | |
HDF5 filters.
Definition in file HH-Filters.h.