|
OpenZGY/C++ Public API (ALPHA)
Access seismic data stored in ZGY format.
|
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. | |
operator<< for readable output of enums etc.
1.8.17