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
cell_grid< Grid > Struct Template Reference

for each combination in the cell grid you can have different grids More...

#include <VTKWriter_grids_st.hpp>

Public Member Functions

 cell_grid (const comb< Grid::dims > &cmb)
 construct a cell grid
 
 cell_grid (const cell_grid< Grid > &cg)
 
 cell_grid (cell_grid< Grid > &&cg)
 
cell_grid< Grid > & operator= (const cell_grid< Grid > &cg)
 Copy the cell grid. More...
 
cell_grid< Grid > & operator= (cell_grid< Grid > &&cg)
 Copy the cell grid. More...
 

Data Fields

openfpm::vector< const Grid * > grids
 
comb< Grid::dims > cmb
 

Detailed Description

template<typename Grid>
struct cell_grid< Grid >

for each combination in the cell grid you can have different grids

Template Parameters
Gridtype of grid

Definition at line 23 of file VTKWriter_grids_st.hpp.

Member Function Documentation

template<typename Grid>
cell_grid<Grid>& cell_grid< Grid >::operator= ( const cell_grid< Grid > &  cg)
inline

Copy the cell grid.

Parameters
cgcell_grid to copy
Returns
itself

Definition at line 55 of file VTKWriter_grids_st.hpp.

template<typename Grid>
cell_grid<Grid>& cell_grid< Grid >::operator= ( cell_grid< Grid > &&  cg)
inline

Copy the cell grid.

Parameters
cgcell_grid to copy
Returns
itself

Definition at line 70 of file VTKWriter_grids_st.hpp.


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