OpenZGY/C++ Public API (ALPHA)
Access seismic data stored in ZGY format.
Functions
OpenZGY::Formatters Namespace Reference

operator<< for readable output of enums etc. More...

Functions

OPENZGY_API std::ostream & operator<< (std::ostream &os, SampleDataType value)
 Output the string representation of the input enum type.
 
OPENZGY_API std::ostream & operator<< (std::ostream &os, UnitDimension value)
 Output the string representation of the input enum type.
 
OPENZGY_API std::ostream & operator<< (std::ostream &os, DecimationType value)
 Output the string representation of the input enum type.
 
std::string enumToString (SampleDataType value)
 Return the string representation of the input enum type.
 
std::string enumToString (UnitDimension value)
 Return the string representation of the input enum type.
 
std::string enumToString (DecimationType value)
 Return the string representation of the input enum type.
 

Detailed Description

operator<< for readable output of enums etc.