GridFormat
0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
GridFormat::Concepts::RectilinearGrid Concept Reference
Grid
Concept for grids to be used as rectilinear grids.
#include <
concepts.hpp
>
Concept definition
template
<
typename
T>
concept
GridFormat::Concepts::RectilinearGrid
=
StructuredEntitySet<T>
and
GridDetail::ExposesOrdinates<T>
GridFormat::Concepts::RectilinearGrid
Concept for grids to be used as rectilinear grids.
Definition:
concepts.hpp:66
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
RectilinearGrid
Generated by
1.9.6