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
h5interpolation_py.h
1#ifndef H5INTERPOLATION_PY_H
2#define H5INTERPOLATION_PY_H
3
4#include "h5geo_py.h"
5
6namespace h5geopy {
7
8void defineInterpolationFunctions(py::module_& m);
9
10} // h5geopy
11
12#endif // H5INTERPOLATION_PY_H