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

Concept a type that fulfills any of the grid interfaces.

#include <concepts.hpp>

Concept definition

template<typename T>
Concept a type that fulfills any of the grid interfaces.
Definition: concepts.hpp:93
Concept for grids to be used as image grids.
Definition: concepts.hpp:53
Concept for grids to be used as rectilinear grids.
Definition: concepts.hpp:66
Concept for grids to be used as structured grids.
Definition: concepts.hpp:74
Concept for grids to be used as unstructured grids.
Definition: concepts.hpp:82