GridFormat 0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
decompress.hpp File Reference

Decompress compressed data. More...

#include <string>
#include <gridformat/common/exceptions.hpp>
#include <gridformat/common/serialization.hpp>
#include <gridformat/compression/concepts.hpp>
#include <gridformat/compression/common.hpp>

Go to the source code of this file.

Functions

template<std::integral HeaderType, Concepts::BlockDecompressor Decompressor>
void GridFormat::Compression::decompress (Serialization &in, const CompressedBlocks< HeaderType > &blocks, const Decompressor &block_decompressor)
 Decompress compressed data.