|
OpenZGY/C++ Public API (ALPHA)
Access seismic data stored in ZGY format.
|
| ▼NOpenZGY | The entire public API is in this namespace |
| ▼NErrors | Exceptions that can be thrown by OpenZGY |
| CZgyAborted | User aborted the computation |
| CZgyCorruptedFile | The ZGY file became corrupted while writing to it |
| CZgyEndOfFile | Trying to read past EOF |
| CZgyError | Base class for all exceptions thrown by OpenZGY |
| CZgyFormatError | Corrupted or unsupported ZGY file |
| CZgyInternalError | Exception that might be caused by a bug in OpenZGY |
| CZgyIoError | Exception from the I/O layer |
| CZgyMissingFeature | Missing feature |
| CZgySegmentIsClosed | Exception used internally to request a retry |
| CZgyUserError | Exception that might be caused by the calling application |
| ▼NImpl | Implementation of the abstract interfaces in OpenZGY |
| CZgyMeta | High level API for reading and writing ZGY files |
| CZgyMetaAndTools | Add coordinate conversion to the concrete ZgyMeta class |
| CZgyReader | Concrete implementation of IZgyReader |
| CZgyUtils | Concrete implementation of IZgyUtils |
| CZgyWriter | Concrete implementation of IZgyWriter |
| CIOContext | Base class for backend specific context |
| CIZgyMeta | Base class of IZgyReader and IZgyWriter |
| CIZgyReader | Main API for reading ZGY files |
| CIZgyTools | Base class of IZgyReader and IZgyWriter |
| CIZgyUtils | Operations other than read and write |
| CIZgyWriter | Main API for creating ZGY files |
| CProgressWithDots | Simple progress bar |
| CSampleHistogram | Histogram of all sample values on the file |
| CSampleStatistics | Statistics of all sample values on the file |
| CSeismicStoreIOContext | Credentials and configuration for Seismic Store |
| CZgyWriterArgs | Argument package for creating a ZGY file |
1.8.17