IODA Bundle
HH-Filters.h File Reference

HDF5 filters. More...

#include <list>
#include <memory>
#include <string>
#include <tuple>
#include <utility>
#include <vector>
#include "./Handles.h"
#include "ioda/defs.h"
Include dependency graph for HH-Filters.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

HDF5 filters.

Definition in file HH-Filters.h.