OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
ele_g_st< Grid, St > Class Template Reference

convert a staggered element into a string for vtk write More...

Detailed Description

template<typename Grid, typename St>
class ele_g_st< Grid, St >

convert a staggered element into a string for vtk write

Template Parameters
Gridtype of the grid
Stspace 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.
 

Constructor & Destructor Documentation

template<typename Grid , typename St >
ele_g_st< Grid, St >::ele_g_st ( const Point< Grid::dims, St > &  offset,
const Point< Grid::dims, St > &  spacing,
const Box< Grid::dims, St > &  dom 
)
inline

convert a staggered grid property into a string

Parameters
offsetshift of the staggered element
spacingof the grid
domPart of the grid that is real domain

Definition at line 118 of file VTKWriter_grids_st.hpp.

template<typename Grid , typename St >
ele_g_st< Grid, St >::ele_g_st ( const ele_g_st< Grid, St > &  ele)
inline

Copy constructor.

Parameters
eleelement to copy

Definition at line 140 of file VTKWriter_grids_st.hpp.

template<typename Grid , typename St >
ele_g_st< Grid, St >::ele_g_st ( ele_g_st< Grid, St > &&  ele)
inline

Copy constructor.

Parameters
eleelement to copy

Definition at line 150 of file VTKWriter_grids_st.hpp.

Member Function Documentation

template<typename Grid , typename St >
ele_g_st<Grid,St>& ele_g_st< Grid, St >::operator= ( const ele_g_st< Grid, St > &  ele)
inline

Copy the object.

Parameters
eleele_g_st to copy
Returns
itself

Definition at line 162 of file VTKWriter_grids_st.hpp.

template<typename Grid , typename St >
ele_g_st<Grid,St>& ele_g_st< Grid, St >::operator= ( ele_g_st< Grid, St > &&  ele)
inline

Copy the object.

Parameters
eleele_g_st to copy
Returns
itself

Definition at line 180 of file VTKWriter_grids_st.hpp.


The documentation for this class was generated from the following file: