GridFormat
0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
GridFormat::Concepts::ImageGrid Concept Reference
Grid
Concept for grids to be used as image grids.
#include <
concepts.hpp
>
Concept definition
template
<
typename
T>
concept
GridFormat::Concepts::ImageGrid
=
StructuredEntitySet<T>
and
GridDetail::ExposesOrigin<T> and
GridDetail::ExposesSpacing<T> and
all_equal<
static_size<GridDetail::Origin<T>>,
static_size<GridDetail::Spacing<T>>
>
GridFormat::Concepts::ImageGrid
Concept for grids to be used as image grids.
Definition:
concepts.hpp:53
GridFormat::Concepts::StructuredEntitySet
Basic concept for all grids with a structured topology. We need to know the extents of the grid and n...
Definition:
concepts.hpp:38
GridFormat
Concepts
ImageGrid
Generated by
1.9.6