1#ifndef H5WELLCONTAINER_H
2#define H5WELLCONTAINER_H
4#include "h5geo_export.h"
5#include "h5basecontainer.h"
22 const std::string& name) = 0;
25 h5gt::Group group) = 0;
41 const std::string& name) = 0;
44using H5WellCnt_ptr = std::unique_ptr<H5WellContainer, h5geo::ObjectDeleter>;
Base class for geo-containers.
Definition h5basecontainer.h:9
A container built around HDF5 file and used for storing and manipulating H5Well objects.
Definition h5wellcontainer.h:15
virtual H5Well * createWell(std::string &name, H5WellParam &p, h5geo::CreationType createFlag)=0
Create H5Well.
virtual H5Well * openWellByUWI(const std::string &name)=0
Find and open H5Well using its UWI
virtual H5Well * openWell(h5gt::Group group)=0
Open H5Well.
virtual H5Well * createWell(h5gt::Group group, H5WellParam &p, h5geo::CreationType createFlag)=0
Create H5Well.
virtual H5Well * openWell(const std::string &name)=0
Open H5Well.
Provides API to work with wells.
Definition h5well.h:22
CreationType
Definition h5enum.h:468
Class for creating H5Well.
Definition h5base.h:138