h5gt 0.2.0
C++ wrapper for HDF5 library (based on HighFive project)
Loading...
Searching...
No Matches
H5Selection_py.h
1#include "h5gt_py.h"
2
3namespace h5gtpy {
4
5void Selection_py(py::class_<Selection, SliceTraits<Selection> > &py_obj);
6
7} // h5gtpy
Selection: represent a view on a slice/part of a dataset.
Definition H5Selection.hpp:23
Definition H5Slice_traits.hpp:54