|
Template Numerical Library version\ main:d3a9f32
|
Minimal class usable as Mesh in the Writers::VTIWriter. More...
#include <TNL/Meshes/NDMetaGrid.h>

Public Types | |
| using | CoordinatesType = Containers::StaticVector< Dimension, Index > |
| using | GlobalIndexType = Index |
| using | PointType = Containers::StaticVector< Dimension, Real > |
| using | RealType = Real |
Static Public Member Functions | |
| static constexpr int | getMeshDimension () |
| Returns the spatial dimension of the grid. | |
Protected Attributes | |
| CoordinatesType | dimensions = 0 |
| PointType | origin = 0 |
| PointType | spaceSteps = 0 |
Minimal class usable as Mesh in the Writers::VTIWriter.
It does not have a Device template argument, because it does not describe a data structure - it contains only the information describing the domain of the grid (i.e., the metadata of the ImageData tag in the VTI file format). Note that VTK supports only 1, 2, or 3-dimensional grids.