Go to the documentation of this file.
9 #ifndef H5SELECTION_HPP
10 #define H5SELECTION_HPP
58 template <
typename Derivate>
friend class ::HighFive::SliceTraits;
64 #endif // H5SELECTION_HPP
Selection: represent a view on a slice/part of a dataset.
Definition: H5Selection.hpp:23
DataSpace getSpace() const noexcept
getSpace
Definition: H5Selection_misc.hpp:20
HDF5 Data Type.
Definition: H5DataType.hpp:42
Definition: H5Slice_traits.hpp:54
DataSet & getDataset() noexcept
getDataSet
Definition: H5Selection_misc.hpp:28
DataSpace getMemSpace() const noexcept
getMemSpace
Definition: H5Selection_misc.hpp:24
Class representing the space (dimensions) of a dataset.
Definition: H5DataSpace.hpp:37
const DataType getDataType() const
return the datatype of the selection
Definition: H5Selection_misc.hpp:37
Class representing a dataset.
Definition: H5DataSet.hpp:27
HOPS_HDF5_FOUND set(HIGHFIVE_USE_EIGEN ON) set(HIGHFIVE_USE_BOOST ON) set(HIGHFIVE_UNIT_TESTS OFF) set(HIGHFIVE_EXAMPLES OFF) add_subdirectory(HighFive) add_dependencies(hops HighFive) target_link_libraries(hops INTERFACE HighFive) target_link_libraries(hops $
Definition: hops/Third-party/CMakeLists.txt:11
Definition: H5_definitions.hpp:15