convert a staggered element into a string for vtk write More...
convert a staggered element into a string for vtk write
| Grid | type of the grid | 
| St | space type | 
Definition at line 101 of file VTKWriter_grids_st.hpp.
#include <VTKWriter_grids_st.hpp>
Public Types | |
| typedef Grid | value_type | 
| grid type  | |
Public Member Functions | |
| ele_g_st () | |
| constructor  | |
| ele_g_st (const Point< Grid::dims, St > &offset, const Point< Grid::dims, St > &spacing, const Box< Grid::dims, St > &dom) | |
| convert a staggered grid property into a string  More... | |
| ele_g_st (const ele_g_st &ele) | |
| Copy constructor.  More... | |
| ele_g_st (ele_g_st &&ele) | |
| Copy constructor.  More... | |
| 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 | 
| output string  | |
| 
openfpm::vector< cell_grid < Grid > >  | g | 
| fused grids  | |
| Point< Grid::dims, St > | offset | 
| offset where it start the grid  | |
| Point< Grid::dims, St > | spacing | 
| spacing of the grid  | |
| Box< Grid::dims, size_t > | dom | 
| Part of the grid that is real domain.  | |
      
  | 
  inline | 
convert a staggered grid property into a string
| offset | shift of the staggered element | 
| spacing | of the grid | 
| dom | Part of the grid that is real domain | 
Definition at line 118 of file VTKWriter_grids_st.hpp.
      
  | 
  inline | 
Copy constructor.
| ele | element to copy | 
Definition at line 140 of file VTKWriter_grids_st.hpp.
      
  | 
  inline | 
Copy constructor.
| ele | element to copy | 
Definition at line 150 of file VTKWriter_grids_st.hpp.
      
  | 
  inline | 
Copy the object.
| ele | ele_g_st to copy | 
Definition at line 162 of file VTKWriter_grids_st.hpp.
      
  | 
  inline | 
Copy the object.
| ele | ele_g_st to copy | 
Definition at line 180 of file VTKWriter_grids_st.hpp.