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

Example code for the compression plug-in mechanism. More...

#include "compression.h"
#include "../exception.h"

Classes

class  InternalZGY::NullCompressPlugin
 Example compression plug-in that always fails to compress. More...
 
class  InternalZGY::NullCompressPlugin::Register
 Register the compress and decompress functions in the factory. More...
 

Namespaces

 InternalZGY
 Implementation not visible to clients.
 

Detailed Description

Example code for the compression plug-in mechanism.

A real implementation will typically use Doxygen's copydoc statements insteat of copyint the overly verbose explanations in this file.