|
OpenZGY/C++ API and Internals (ALPHA)
Access seismic data stored in ZGY format.
|
#include <meta.h>
Classes | |
| class | ErrorsWillCorruptFile |
Public Types | |
| typedef std::function< bool(int, const std::string &)> | LoggerFn |
Public Member Functions | |
| const IFileHeaderAccess & | fh () const |
| const IInfoHeaderAccess & | ih () const |
| const IHistHeaderAccess & | hh () const |
| const ILookupTableAccess & | alup () const |
| const ILookupTableAccess & | blup () const |
| IInfoHeaderAccess & | ih () |
| IHistHeaderAccess & | hh () |
| ILookupTableAccess & | alup () |
| ILookupTableAccess & | blup () |
| ZgyInternalMeta (const ZgyInternalMeta &)=delete | |
| ZgyInternalMeta & | operator= (const ZgyInternalMeta &)=delete |
| ZgyInternalMeta (const std::shared_ptr< FileADT > &file, const LoggerFn &logger=LoggerFn()) | |
| ZgyInternalMeta (const ZgyInternalWriterArgs &args, const LoggerFn &logger=LoggerFn()) | |
| void | dump (std::ostream &out, const std::string &prefix="") |
| bool | errorflag () const |
| void | set_errorflag (bool flag) |
| LoggerFn | set_logger (const LoggerFn &logger) |
| void | flushMeta (const std::shared_ptr< FileADT > &file) |
Holds references to all the individual headers needed to access ZGY.
1.8.17