19Selection make_selection(
const DataSpace&,
const DataSpace&,
const DataSet&);
61#if HIGHFIVE_HAS_FRIEND_DECLARATIONS
62 template <
typename Derivate>
63 friend class ::HighFive::SliceTraits;
Class representing a dataset.
Definition H5DataSet.hpp:30
Class representing the space (dimensions) of a DataSet.
Definition H5DataSpace.hpp:39
HDF5 Data Type.
Definition H5DataType.hpp:61
Selection: represent a view on a slice/part of a dataset.
Definition H5Selection.hpp:27
DataSpace getMemSpace() const
getMemSpace
Definition H5Selection_misc.hpp:24
const DataType getDataType() const
return the datatype of the selection
Definition H5Selection_misc.hpp:37
DataSet & getDataset()
getDataSet
Definition H5Selection_misc.hpp:28
DataSpace getSpace() const
getSpace
Definition H5Selection_misc.hpp:20
Definition H5Slice_traits.hpp:420
Definition assert_compatible_spaces.hpp:15