|
OpenZGY/C++ Public API (ALPHA)
Access seismic data stored in ZGY format.
|
| ▼Cstd::exception | STL class |
| ▼Cstd::runtime_error | STL class |
| ▼COpenZGY::Errors::ZgyError | Base class for all exceptions thrown by OpenZGY |
| COpenZGY::Errors::ZgyAborted | User aborted the computation |
| COpenZGY::Errors::ZgyCorruptedFile | The ZGY file became corrupted while writing to it |
| COpenZGY::Errors::ZgyEndOfFile | Trying to read past EOF |
| COpenZGY::Errors::ZgyFormatError | Corrupted or unsupported ZGY file |
| COpenZGY::Errors::ZgyInternalError | Exception that might be caused by a bug in OpenZGY |
| COpenZGY::Errors::ZgyIoError | Exception from the I/O layer |
| COpenZGY::Errors::ZgyMissingFeature | Missing feature |
| COpenZGY::Errors::ZgySegmentIsClosed | Exception used internally to request a retry |
| COpenZGY::Errors::ZgyUserError | Exception that might be caused by the calling application |
| ▼COpenZGY::IOContext | Base class for backend specific context |
| COpenZGY::SeismicStoreIOContext | Credentials and configuration for Seismic Store |
| ▼COpenZGY::IZgyMeta | Base class of IZgyReader and IZgyWriter |
| ▼COpenZGY::Impl::ZgyMeta | High level API for reading and writing ZGY files |
| ▼COpenZGY::Impl::ZgyMetaAndTools | Add coordinate conversion to the concrete ZgyMeta class |
| COpenZGY::Impl::ZgyReader | Concrete implementation of IZgyReader |
| COpenZGY::Impl::ZgyWriter | Concrete implementation of IZgyWriter |
| ▼COpenZGY::IZgyTools | Base class of IZgyReader and IZgyWriter |
| COpenZGY::Impl::ZgyMetaAndTools | Add coordinate conversion to the concrete ZgyMeta class |
| ▼COpenZGY::IZgyReader | Main API for reading ZGY files |
| COpenZGY::Impl::ZgyReader | Concrete implementation of IZgyReader |
| ▼COpenZGY::IZgyWriter | Main API for creating ZGY files |
| COpenZGY::Impl::ZgyWriter | Concrete implementation of IZgyWriter |
| ▼COpenZGY::IZgyUtils | Operations other than read and write |
| COpenZGY::Impl::ZgyUtils | Concrete implementation of IZgyUtils |
| COpenZGY::ProgressWithDots | Simple progress bar |
| COpenZGY::SampleHistogram | Histogram of all sample values on the file |
| COpenZGY::SampleStatistics | Statistics of all sample values on the file |
| COpenZGY::ZgyWriterArgs | Argument package for creating a ZGY file |
1.8.17