![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
#include <modules/hdf5/datastructures/hdf5handle.h>
Inheritance diagram for inviwo::hdf5::DataSet:Public Member Functions | |
| DataSet (const DataSet &)=delete | |
| DataSet (const H5::DataSet &dataset) | |
| DataSet (DataSet &&)=default | |
| DataSet & | operator= (const DataSet &)=delete |
| DataSet & | operator= (DataSet &&)=default |
A small RAII wrapper around an open H5::DataSet that closes it on destruction.