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
h5welltops_py.h
1#ifndef H5WELLTOPS_PY_H
2#define H5WELLTOPS_PY_H
3
4#include "h5geo_py.h"
5
6#include <h5geo/private/h5welltopsimpl.h>
7
8namespace h5geopy {
9
10void H5WellTops_py(
11 py::class_<
17 H5Base,
18 std::unique_ptr<H5WellTops, ObjectDeleter>>
19 &py_obj);
20
21} // h5geopy
22
23#endif // H5WELLTOPS_PY_H
Base class for all geo-containers and geo-objects.
Definition h5base.h:182
Base class for geo-objects.
Definition h5baseobject.h:13
Base class for Points.
Definition h5basepoints.h:16
Provides API to work with 1D points.
Definition h5points1.h:12
Provides API to work with welltops.
Definition h5welltops.h:12
Definition h5welltopsimpl.h:8