Interface for implementing readSelection<T>(dset, selection).
More...
#include <hdf5_reader.h>
Public Member Functions | |
| virtual std::vector< T > | readSelection (const HighFive::DataSet &dset, const Selection &selection) const =0 |
Interface for implementing readSelection<T>(dset, selection).
|
pure virtual |
Read the selected subset of the one-dimensional array.
The selection is canonical, i.e. sorted and non-overlapping. The dataset is obtained from a HighFive::File opened via this->openFile.