It store one grid. More...
#include <VTKWriter_grids.hpp>
Public Types | |
typedef Grid | value_type |
Public Member Functions | |
ele_g (const Grid &g, const Point< Grid::dims, St > &offset, const Point< Grid::dims, St > &spacing, const Box< Grid::dims, St > &dom) | |
Data Fields | |
std::string | dataset |
Dataset name. | |
const Grid & | g |
Grid. | |
Point< Grid::dims, St > | offset |
offset where it start | |
Point< Grid::dims, St > | spacing |
Box< Grid::dims, size_t > | dom |
It store one grid.
Grid | type of grid |
St | type of space where the grid is defined |
Definition at line 21 of file VTKWriter_grids.hpp.