GridFormat 0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
image_grid.hpp File Reference

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...
 

Functions

template<Concepts::StaticallySizedMDRange< 1 > S, Concepts::StaticallySizedMDRange< 1 > C>
requires (static_size<S> == static_size<C>)
 GridFormat::ImageGrid (S &&, C &&) -> ImageGrid< static_size< S >, std::ranges::range_value_t< S > >