|
OpenZGY/C++ API and Internals (ALPHA)
Access seismic data stored in ZGY format.
|
Decimation algorithms to output low resolution bricks. More...
Go to the source code of this file.
Classes | |
| class | InternalZGY::DataBufferNd< T, NDim > |
Namespaces | |
| InternalZGY | |
| Implementation not visible to clients. | |
Functions | |
| void | InternalZGY::createLod (const std::shared_ptr< DataBuffer > &result, const std::shared_ptr< const DataBuffer > &input, LodAlgorithm algorithm, const std::int64_t *hist, std::int32_t bincount, double histogram_min, double histogram_max) |
| Main entry point for low resolution compute. More... | |
| void | InternalZGY::createLodMT (const std::shared_ptr< DataBuffer > &result, const std::shared_ptr< const DataBuffer > &input, LodAlgorithm algorithm, const std::int64_t *hist, std::int32_t bincount, double histogram_min, double histogram_max) |
| Main entry point for low resolution compute. More... | |
| void | InternalZGY::createLodST (const std::shared_ptr< DataBuffer > &result, const std::shared_ptr< const DataBuffer > &input, LodAlgorithm algorithm, const std::int64_t *hist, std::int32_t bincount, double histogram_min, double histogram_max) |
| Main entry point for low resolution compute. More... | |
Decimation algorithms to output low resolution bricks.
1.8.17