h5cpp
0.5.0
A modern C++ wrapper for the HDF5 C library
|
#include <h5cpp/dataspace/selection.hpp>
#include <h5cpp/core/types.hpp>
#include <h5cpp/core/windows.hpp>
#include <memory>
#include <list>
#include <sstream>
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) |