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.
Loading...
Searching...
No Matches
include
h5geopy
h5vol_py.h
1
#ifndef H5VOL_PY_H
2
#define H5VOL_PY_H
3
4
#include "h5geo_py.h"
5
6
#include <h5geo/private/h5volcontainerimpl.h>
7
#include <h5geo/private/h5volimpl.h>
8
9
namespace
h5geopy {
10
11
void
H5Vol_py(
12
py::class_<
13
H5Vol
,
14
H5VolImpl
,
15
H5BaseObject
,
16
H5Base
,
17
std::unique_ptr<H5Vol, ObjectDeleter>>
18
&py_obj);
19
20
}
// h5geopy
21
22
23
#endif
// H5VOL_PY_H
H5Base
Base class for all geo-containers and geo-objects.
Definition
h5base.h:182
H5BaseObject
Base class for geo-objects.
Definition
h5baseobject.h:13
H5Vol
Provides API to work with volumes.
Definition
h5vol.h:15
H5VolImpl
Definition
h5volimpl.h:8
Generated by
1.11.0