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
h5seiscontainer_py.h
1#ifndef H5SEISCONTAINER_PY_H
2#define H5SEISCONTAINER_PY_H
3
4#include "h5geo_py.h"
5
6#include <h5geo/private/h5seiscontainerimpl.h>
7#include <h5geo/private/h5seisimpl.h>
8
9namespace h5geopy {
10
11void H5SeisContainer_py(
12 py::class_<
16 H5Base,
17 std::unique_ptr<H5SeisContainer, ObjectDeleter>>
18 &py_obj);
19
20} // h5geopy
21
22
23#endif // H5SEISCONTAINER_PY_H
Base class for geo-containers.
Definition h5basecontainer.h:9
Base class for all geo-containers and geo-objects.
Definition h5base.h:182
A container built around HDF5 file and used for storing and manipulating H5Seis objects.
Definition h5seiscontainer.h:15
Definition h5seiscontainerimpl.h:8