Public Types | |
typedef Grid | value_type |
Public Member Functions | |
ele_g_st (const Point< Grid::dims, St > &offset, const Point< Grid::dims, St > &spacing, const Box< Grid::dims, St > &dom) | |
ele_g_st (const ele_g_st &ele) | |
Copy constructor. | |
ele_g_st (ele_g_st &&ele) | |
Copy constructor. | |
ele_g_st< Grid, St > & | operator= (const ele_g_st &ele) |
Copy the object. More... | |
ele_g_st< Grid, St > & | operator= (ele_g_st &&ele) |
Copy the object. More... | |
Data Fields | |
std::string | dataset |
openfpm::vector< cell_grid < Grid > > | g |
fused grids | |
Point< Grid::dims, St > | offset |
offset where it start | |
Point< Grid::dims, St > | spacing |
Box< Grid::dims, size_t > | dom |
Definition at line 80 of file VTKWriter_grids_st.hpp.