9 #ifndef H5SELECTION_HPP
10 #define H5SELECTION_HPP
58 template <
typename Derivate>
friend class ::HighFive::SliceTraits;
Class representing a dataset.
Definition: H5DataSet.hpp:29
Class representing the space (dimensions) of a dataset.
Definition: H5DataSpace.hpp:37
HDF5 Data Type.
Definition: H5DataType.hpp:42
Selection: represent a view on a slice/part of a dataset.
Definition: H5Selection.hpp:23
DataSpace getMemSpace() const noexcept
getMemSpace
Definition: H5Selection_misc.hpp:24
const DataType getDataType() const
return the datatype of the selection
Definition: H5Selection_misc.hpp:37
DataSet & getDataset() noexcept
getDataSet
Definition: H5Selection_misc.hpp:28
DataSpace getSpace() const noexcept
getSpace
Definition: H5Selection_misc.hpp:20
Definition: H5Slice_traits.hpp:54
Definition: H5_definitions.hpp:15