|
GridFormat 0.5.0
I/O-Library for grid-like data structures
|
Predefined image grid implementation. More...
#include <cmath>#include <array>#include <ranges>#include <cassert>#include <utility>#include <numeric>#include <algorithm>#include <functional>#include <type_traits>#include <gridformat/common/ranges.hpp>#include <gridformat/common/concepts.hpp>#include <gridformat/common/exceptions.hpp>#include <gridformat/common/type_traits.hpp>#include <gridformat/common/iterator_facades.hpp>#include <gridformat/common/flat_index_mapper.hpp>#include <gridformat/common/md_index.hpp>#include <gridformat/grid/cell_type.hpp>#include <gridformat/grid/traits.hpp>Go to the source code of this file.
Classes | |
| class | GridFormat::ImageGrid< dim, CoordinateType > |
| Predefined grid implementation that represents a structured, equispaced grid. More... | |