h5cpp  0.5.2
A modern C++ wrapper for the HDF5 C library
hyperslab.hpp File Reference
#include <h5cpp/dataspace/selection.hpp>
#include <h5cpp/core/types.hpp>
#include <h5cpp/core/windows.hpp>
#include <memory>
#include <list>
#include <sstream>
Include dependency graph for hyperslab.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hdf5::dataspace::Hyperslab
 hyperslab selection class More...
 

Namespaces

 hdf5
 top-level namespace of the entire library
 
 hdf5::dataspace
 

Functions

Dataspace hdf5::dataspace::operator|| (const Dataspace &space, const Hyperslab &selection)
 
SelectionList hdf5::dataspace::operator| (const Hyperslab &a, const Hyperslab &b)
 
SelectionList & hdf5::dataspace::operator| (SelectionList &selections, const Hyperslab &b)