It store one grid. More...
It store one grid.
| Grid | type of grid |
| St | type of space where the grid is defined |
Definition at line 22 of file VTKWriter_grids.hpp.
#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 |
| typedef Grid ele_g< Grid, St >::value_type |
Definition at line 26 of file VTKWriter_grids.hpp.
|
inline |
Definition at line 28 of file VTKWriter_grids.hpp.
| std::string ele_g< Grid, St >::dataset |
Dataset name.
Definition at line 33 of file VTKWriter_grids.hpp.
Definition at line 41 of file VTKWriter_grids.hpp.
| const Grid& ele_g< Grid, St >::g |
Grid.
Definition at line 35 of file VTKWriter_grids.hpp.
offset where it start
Definition at line 37 of file VTKWriter_grids.hpp.
Definition at line 39 of file VTKWriter_grids.hpp.