|
OpenZGY/C++ API and Internals (ALPHA)
Access seismic data stored in ZGY format.
|
Example program using the C++ API. More...
#include <openzgy/api.h>#include <iostream>#include <stdexcept>#include <stdlib.h>Go to the source code of this file.
Functions | |
| void | copy (const std::string &srcname, const std::string &dstname) |
| int | main (int argc, const char **argv) |
Example program using the C++ API.
To build this e.g. on Ububtu Xenial: Compile:
Run:
1.8.17