OpenZGY/C++ Public API (ALPHA)
Access seismic data stored in ZGY format.
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 Cstd::exceptionSTL class
 Cstd::runtime_errorSTL class
 COpenZGY::Errors::ZgyErrorBase class for all exceptions thrown by OpenZGY
 COpenZGY::Errors::ZgyAbortedUser aborted the computation
 COpenZGY::Errors::ZgyCorruptedFileThe ZGY file became corrupted while writing to it
 COpenZGY::Errors::ZgyEndOfFileTrying to read past EOF
 COpenZGY::Errors::ZgyFormatErrorCorrupted or unsupported ZGY file
 COpenZGY::Errors::ZgyInternalErrorException that might be caused by a bug in OpenZGY
 COpenZGY::Errors::ZgyIoErrorException from the I/O layer
 COpenZGY::Errors::ZgyMissingFeatureMissing feature
 COpenZGY::Errors::ZgySegmentIsClosedException used internally to request a retry
 COpenZGY::Errors::ZgyUserErrorException that might be caused by the calling application
 COpenZGY::IOContextBase class for backend specific context
 COpenZGY::SeismicStoreIOContextCredentials and configuration for Seismic Store
 COpenZGY::IZgyMetaBase class of IZgyReader and IZgyWriter
 COpenZGY::Impl::ZgyMetaHigh level API for reading and writing ZGY files
 COpenZGY::Impl::ZgyMetaAndToolsAdd coordinate conversion to the concrete ZgyMeta class
 COpenZGY::Impl::ZgyReaderConcrete implementation of IZgyReader
 COpenZGY::Impl::ZgyWriterConcrete implementation of IZgyWriter
 COpenZGY::IZgyToolsBase class of IZgyReader and IZgyWriter
 COpenZGY::Impl::ZgyMetaAndToolsAdd coordinate conversion to the concrete ZgyMeta class
 COpenZGY::IZgyReaderMain API for reading ZGY files
 COpenZGY::Impl::ZgyReaderConcrete implementation of IZgyReader
 COpenZGY::IZgyWriterMain API for creating ZGY files
 COpenZGY::Impl::ZgyWriterConcrete implementation of IZgyWriter
 COpenZGY::IZgyUtilsOperations other than read and write
 COpenZGY::Impl::ZgyUtilsConcrete implementation of IZgyUtils
 COpenZGY::ProgressWithDotsSimple progress bar
 COpenZGY::SampleHistogramHistogram of all sample values on the file
 COpenZGY::SampleStatisticsStatistics of all sample values on the file
 COpenZGY::ZgyWriterArgsArgument package for creating a ZGY file