GridFormat
0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
GridFormat::Concepts::Grid Concept Reference
Grid
Concept a type that fulfills any of the grid interfaces.
#include <
concepts.hpp
>
Concept definition
template
<
typename
T>
concept
GridFormat::Concepts::Grid
=
ImageGrid<T>
or
RectilinearGrid<T>
or
StructuredGrid<T>
or
UnstructuredGrid<T>
GridFormat::Concepts::Grid
Concept a type that fulfills any of the grid interfaces.
Definition:
concepts.hpp:93
GridFormat::Concepts::ImageGrid
Concept for grids to be used as image grids.
Definition:
concepts.hpp:53
GridFormat::Concepts::RectilinearGrid
Concept for grids to be used as rectilinear grids.
Definition:
concepts.hpp:66
GridFormat::Concepts::StructuredGrid
Concept for grids to be used as structured grids.
Definition:
concepts.hpp:74
GridFormat::Concepts::UnstructuredGrid
Concept for grids to be used as unstructured grids.
Definition:
concepts.hpp:82
GridFormat
Concepts
Grid
Generated by
1.9.6