OpenZGY/C++ Public API (ALPHA)
Access seismic data stored in ZGY format.
Classes
List of exceptions

Classes

class  OpenZGY::Errors::ZgyError
 Base class for all exceptions thrown by OpenZGY. More...
 
class  OpenZGY::Errors::ZgyFormatError
 Corrupted or unsupported ZGY file. More...
 
class  OpenZGY::Errors::ZgyCorruptedFile
 The ZGY file became corrupted while writing to it. More...
 
class  OpenZGY::Errors::ZgyUserError
 Exception that might be caused by the calling application. More...
 
class  OpenZGY::Errors::ZgyInternalError
 Exception that might be caused by a bug in OpenZGY. More...
 
class  OpenZGY::Errors::ZgyEndOfFile
 Trying to read past EOF. More...
 
class  OpenZGY::Errors::ZgySegmentIsClosed
 Exception used internally to request a retry. More...
 
class  OpenZGY::Errors::ZgyAborted
 User aborted the computation. More...
 
class  OpenZGY::Errors::ZgyMissingFeature
 Missing feature. More...
 
class  OpenZGY::Errors::ZgyIoError
 Exception from the I/O layer. More...
 

Detailed Description