1#ifndef H5VOLCONTAINER_H
2#define H5VOLCONTAINER_H
4#include "h5geo_export.h"
5#include "h5basecontainer.h"
22 const std::string& name) = 0;
25 h5gt::Group group) = 0;
38using H5VolCnt_ptr = std::unique_ptr<H5VolContainer, h5geo::ObjectDeleter>;
Base class for geo-containers.
Definition h5basecontainer.h:9
A container built around HDF5 file and used for storing and manipulating H5Vol objects.
Definition h5volcontainer.h:15
virtual H5Vol * createVol(h5gt::Group group, H5VolParam &p, h5geo::CreationType createFlag)=0
Create H5Vol.
virtual H5Vol * openVol(h5gt::Group group)=0
Open H5Vol.
virtual H5Vol * createVol(std::string &name, H5VolParam &p, h5geo::CreationType createFlag)=0
Create H5Vol.
virtual H5Vol * openVol(const std::string &name)=0
Open H5Vol.
Provides API to work with volumes.
Definition h5vol.h:15
CreationType
Definition h5enum.h:468
Class for creating H5Vol.
Definition h5base.h:116