|
GridFormat 0.5.0
I/O-Library for grid-like data structures
|
Base class for grid data readers. More...
#include <array>#include <vector>#include <utility>#include <functional>#include <type_traits>#include <string_view>#include <sstream>#include <string>#include <span>#include <gridformat/common/field.hpp>#include <gridformat/common/ranges.hpp>#include <gridformat/common/exceptions.hpp>#include <gridformat/common/concepts.hpp>#include <gridformat/common/logging.hpp>#include <gridformat/grid/cell_type.hpp>Go to the source code of this file.
Classes | |
| class | GridFormat::GridReader |
| Abstract base class for all readers, defines the common interface. More... | |
| struct | GridFormat::GridReader::PieceLocation |
| Describes the location of a piece within a distributed structured grid. More... | |
| struct | GridFormat::GridReader::FieldNames |
Concepts | |
| concept | GridFormat::Concepts::GridFactory |
| Concept for grid factories, to allow for convenient creation of grids from grid files. | |