GridFormat 0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
GridFormat::Concepts::ImageGrid Concept Reference

Concept for grids to be used as image grids.

#include <concepts.hpp>

Concept definition

template<typename T>
GridDetail::ExposesOrigin<T> and
GridDetail::ExposesSpacing<T> and
all_equal<
static_size<GridDetail::Origin<T>>,
static_size<GridDetail::Spacing<T>>
>
Concept for grids to be used as image grids.
Definition: concepts.hpp:53
Basic concept for all grids with a structured topology. We need to know the extents of the grid and n...
Definition: concepts.hpp:38