GridFormat 0.2.1
I/O-Library for grid-like data structures
|
A generic writer providing access to the writers for all supported formats. More...
#include <string>
#include <memory>
#include <utility>
#include <functional>
#include <type_traits>
#include <gridformat/common/exceptions.hpp>
#include <gridformat/grid/writer.hpp>
#include <gridformat/grid/concepts.hpp>
#include <gridformat/grid/type_traits.hpp>
#include <gridformat/parallel/concepts.hpp>
Go to the source code of this file.
Classes | |
class | GridFormat::Writer< G > |
Interface to the writers for all supported file formats. Depending on the chosen format, this exposes the interface of grid file or time series writers. More... | |