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
h5logcurve_py.h
1
#ifndef H5LOGCURVE_PY_H
2
#define H5LOGCURVE_PY_H
3
4
#include "h5geo_py.h"
5
6
#include <h5geo/private/h5logcurveimpl.h>
7
8
namespace
h5geopy {
9
10
void
H5LogCurve_py(
11
py::class_<
12
H5LogCurve
,
13
H5LogCurveImpl
,
14
H5BaseObject
,
15
H5Base
,
16
std::unique_ptr<H5LogCurve, ObjectDeleter>>
17
&py_obj);
18
19
}
// h5geopy
20
21
22
#endif
// H5LOGCURVE_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
H5LogCurve
Provides API to work with well logs.
Definition
h5logcurve.h:18
H5LogCurveImpl
Definition
h5logcurveimpl.h:8
Generated by
1.11.0