OpenFPM_io  0.2.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Functions Variables Typedefs
ele_g_st< Grid, St > Class Template Reference

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
 

Detailed Description

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

Definition at line 80 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.

ele ele_g_st to copy

Definition at line 119 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.

ele ele_g_st to copy

Definition at line 135 of file VTKWriter_grids_st.hpp.


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