OpenZGY/C++ API and Internals (ALPHA)
Access seismic data stored in ZGY format.
Namespaces | Classes
OpenZGY Namespace Reference

The entire public API is in this namespace. More...

Namespaces

 Errors
 Exceptions that can be thrown by OpenZGY.
 
 Formatters
 operator<< for readable output of enums etc.
 
 Impl
 Implementation of the abstract interfaces in OpenZGY.
 

Classes

class  IOContext
 Base class for backend specific context. More...
 
class  IZgyMeta
 Base class of IZgyReader and IZgyWriter. More...
 
class  IZgyReader
 Main API for reading ZGY files. More...
 
class  IZgyTools
 Base class of IZgyReader and IZgyWriter. More...
 
class  IZgyUtils
 Operations other than read and write. More...
 
class  IZgyWriter
 Main API for creating ZGY files. More...
 
class  ProgressWithDots
 Simple progress bar. More...
 
class  SampleHistogram
 Histogram of all sample values on the file. More...
 
class  SampleStatistics
 Statistics of all sample values on the file. More...
 
class  SeismicStoreIOContext
 Credentials and configuration for Seismic Store. More...
 
class  ZgyWriterArgs
 Argument package for creating a ZGY file. More...
 

Detailed Description

The entire public API is in this namespace.

The main interface is IZgyReader and IZgyWriter.