h5cpp  0.4.1
A modern C++ wrapper for the HDF5 C library
scaleoffset.hpp File Reference
#include <iostream>
#include <h5cpp/filter/filter.hpp>
Include dependency graph for scaleoffset.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hdf5::filter::ScaleOffset
 

Namespaces

 hdf5
 
 hdf5::filter
 

Enumerations

enum  hdf5::filter::SOScaleType : std::underlying_type< H5Z_SO_scale_type_t >::type { hdf5::filter::SOScaleType::FLOAT_DSCALE = H5Z_SO_FLOAT_DSCALE, hdf5::filter::SOScaleType::FLOAT_ESCALE = H5Z_SO_FLOAT_ESCALE, hdf5::filter::SOScaleType::INT = H5Z_SO_INT }
 character set encoding More...
 

Functions

std::ostream & hdf5::filter::operator<< (std::ostream &stream, const SOScaleType &scale_type)
 stream output operator for CharacterEncoding enumerations More...