OpenZGY/C++ API and Internals (ALPHA)
Access seismic data stored in ZGY format.
Public Member Functions | List of all members
InternalZGY::ILookupTableAccess Class Referenceabstract
Inheritance diagram for InternalZGY::ILookupTableAccess:
InternalZGY::IHeaderAccess InternalZGY::LookupTableV0Access

Public Member Functions

virtual void read (const std::shared_ptr< FileADT > &file, std::int64_t offset, std::int64_t size)=0
 
virtual void byteswap ()=0
 
virtual std::uint64_t lookupLinearIndex (std::int64_t index) const =0
 
virtual std::vector< std::uint64_t > & lup ()=0
 
virtual std::vector< std::uint64_t > & lupend ()=0
 
virtual const std::vector< std::uint64_t > & lup () const =0
 
virtual const std::vector< std::uint64_t > & lupend () const =0
 
- Public Member Functions inherited from InternalZGY::IHeaderAccess
virtual podbytes_t podbytes () const =0
 
virtual void dump (std::ostream &out, const std::string &prefix="")=0
 

Additional Inherited Members

- Public Types inherited from InternalZGY::IHeaderAccess
typedef std::vector< std::uint8_t > podbytes_t
 

The documentation for this class was generated from the following file: