GridFormat 0.2.1
I/O-Library for grid-like data structures
|
#include <span>
#include <utility>
#include <ostream>
#include <vector>
#include <iterator>
#include <type_traits>
#include <gridformat/encoding/ascii.hpp>
#include <gridformat/encoding/concepts.hpp>
#include <gridformat/encoding/encoded_field.hpp>
#include <gridformat/compression/concepts.hpp>
Wraps a field and exposes it as VTK data array. Essentially, this implements the operator<< to stream the field data in the way that VTK file formats require it.
Go to the source code of this file.
Classes | |
class | GridFormat::VTK::DataArray< Encoder, Compressor, HeaderType > |
Wraps a field and exposes it as VTK data array. Essentially, this implements the operator<< to stream the field data in the way that VTK file formats require it. More... | |