h5geo 0.4.0
C++17 and python API to work with geo-data (seismic, wells, maps, other in process) based on HDF5. Aimed at geoscientists and developers.
|
A container built around HDF5 file and used for storing and manipulating H5Vol objects. More...
#include <h5volcontainer.h>
Public Member Functions | |
virtual H5Vol * | openVol (const std::string &name)=0 |
Open 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 * | createVol (h5gt::Group group, H5VolParam &p, h5geo::CreationType createFlag)=0 |
Create H5Vol. | |
Public Member Functions inherited from H5BaseContainer | |
virtual H5BaseObject * | openObject (const std::string &name)=0 |
Open geo-object. | |
virtual H5BaseObject * | openObject (h5gt::Group group)=0 |
Open geo-object. | |
virtual H5BasePoints * | openPoints (const std::string &name)=0 |
Open H5BasePoints derived points. | |
virtual H5BasePoints * | openPoints (h5gt::Group group)=0 |
Open H5BasePoints derived points. | |
virtual H5Horizon * | openHorizon (const std::string &name)=0 |
virtual H5Horizon * | openHorizon (h5gt::Group group)=0 |
virtual H5Points1 * | createPoints1 (std::string &name, H5PointsParam &p, h5geo::CreationType createFlag)=0 |
virtual H5Points1 * | createPoints1 (h5gt::Group group, H5PointsParam &p, h5geo::CreationType createFlag)=0 |
virtual H5Points2 * | createPoints2 (std::string &name, H5PointsParam &p, h5geo::CreationType createFlag)=0 |
virtual H5Points2 * | createPoints2 (h5gt::Group group, H5PointsParam &p, h5geo::CreationType createFlag)=0 |
virtual H5Points3 * | createPoints3 (std::string &name, H5PointsParam &p, h5geo::CreationType createFlag)=0 |
virtual H5Points3 * | createPoints3 (h5gt::Group group, H5PointsParam &p, h5geo::CreationType createFlag)=0 |
virtual H5Points4 * | createPoints4 (std::string &name, H5PointsParam &p, h5geo::CreationType createFlag)=0 |
virtual H5Points4 * | createPoints4 (h5gt::Group group, H5PointsParam &p, h5geo::CreationType createFlag)=0 |
virtual H5Horizon * | createHorizon (std::string &name, H5HorizonParam &p, h5geo::CreationType createFlag)=0 |
virtual H5Horizon * | createHorizon (h5gt::Group group, H5HorizonParam &p, h5geo::CreationType createFlag)=0 |
virtual h5gt::File | getH5File () const =0 |
Get HDF5 file. | |
virtual std::vector< h5gt::Group > | getObjGroupList (const h5geo::ObjectType &objType, bool recursive)=0 |
Find all geo-objects of specified type within current container and return them as vector of Groups. | |
virtual std::vector< std::string > | getObjNameList (const h5geo::ObjectType &objType, bool recursive)=0 |
Find all geo-objects of specified type within current container and return them as vector of names. | |
virtual size_t | getObjCount (const h5geo::ObjectType &objType, bool recursive)=0 |
Get number of geo-objects of specified type within current container. | |
virtual h5geo::ContainerType | getContainerType ()=0 |
Get current container type. | |
virtual bool | isEqual (H5BaseContainer *other) const =0 |
Check if containers are the same. | |
virtual bool | operator== (const H5BaseContainer &other) const =0 |
Check if containers are the same (compares HDF5 files) | |
virtual bool | operator!= (const H5BaseContainer &other) const =0 |
Check if containers are not the same (compares HDF5 files) | |
Public Member Functions inherited from H5Base | |
virtual H5Base * | clone ()=0 |
virtual void | Delete ()=0 |
A container built around HDF5 file and used for storing and manipulating H5Vol objects.
|
pure virtual |
Create H5Vol.
Implemented in H5VolContainerImpl.
|
pure virtual |
Create H5Vol.
Implemented in H5VolContainerImpl.
|
pure virtual |
Open H5Vol.
Implemented in H5VolContainerImpl.
|
pure virtual |
Open H5Vol.
Implemented in H5VolContainerImpl.