#include "Config/compiler-config.h"#include "Geometry/algebraic-primitives.h"#include "Gral/Base/common-grid-basics.h"#include "Gral/Geometries/geometric-types-2d.h"#include "Gral/Grids/Cartesian2D/cartesian-grid2d.h"#include "Gral/Grids/Cartesian2D/geometry-extensions2d.h"#include "Utility/pre-post-conditions.h"


Go to the source code of this file.
Classes | |
| class | GrAL::cartesian2d::dd_mapped_geom_reg2d< CM, GEOM, 2 > |
| Dimension specific functionality for 2D. More... | |
| class | GrAL::cartesian2d::mapped_geometry< CM > |
| geometry for RegGrid2D with explicit mapping.
This class implements a straight-line geometry for the grid class RegGrid2D. The coordinates of the vertices are given by a mapping from the unit-square [0,1]x[0,1] to R^2 (or R^3, in principle. There are some problems, however. See below). More... | |
Namespaces | |
| namespace | GrAL::cartesian2d |
Definition in file mapped-geometry.h.
1.5.8