data mapping for virtual datasets
More...
#include <virtual_data_map.hpp>
This class describes the mapping of data between the dataspace of a virtual dataset and the source dataset.
◆ VirtualDataMap() [1/3]
| hdf5::property::VirtualDataMap::VirtualDataMap |
( |
| ) |
|
|
default |
Need this for STL container compliance but can rely on the compiler provided default version.
◆ VirtualDataMap() [2/3]
| hdf5::property::VirtualDataMap::VirtualDataMap |
( |
const VirtualDataMap & |
| ) |
|
|
default |
Need this for STL container compilance but can rely on the compiler provided default version.
◆ VirtualDataMap() [3/3]
- Exceptions
-
| std::runtime_error | in case of a failure |
- Parameters
-
| target_view | dataspace view with the selection where to view the source data |
| source_file | path to the source file |
| source_dataset | path to the source dataset |
| source_view | dataspace view with selection of the source dataset |
◆ operator()()
- Exceptions
-
| std::runtime_error | in case of a failure |
- Parameters
-
| dcpl | reference to the dataset creation list onto which the mapping should be applied |
The documentation for this class was generated from the following file: