GridFormat 0.2.1
I/O-Library for grid-like data structures
|
A generic reader providing access to the readers for all supported formats. More...
#include <array>
#include <vector>
#include <memory>
#include <utility>
#include <concepts>
#include <functional>
#include <optional>
#include <algorithm>
#include <iterator>
#include <string>
#include <gridformat/common/type_traits.hpp>
#include <gridformat/parallel/concepts.hpp>
#include <gridformat/parallel/communication.hpp>
#include <gridformat/grid/reader.hpp>
Go to the source code of this file.
Classes | |
class | GridFormat::AnyReaderFactory< C > |
class | GridFormat::Reader |
Interface to the readers for all supported file formats. More... | |