OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
GridRawReader< dim, T, idx_type > Class Template Reference

Detailed Description

template<unsigned int dim, typename T, typename idx_type>
class GridRawReader< dim, T, idx_type >

Definition at line 109 of file RawReader.hpp.

Public Member Functions

 GridRawReader ()
 Constructor.
 
bool read (std::string file, grid_cpu< dim, T > &gr, size_t opt=0, size_t skip=0)
 Read a raw grid. More...
 

Member Function Documentation

template<unsigned int dim, typename T, typename idx_type>
bool GridRawReader< dim, T, idx_type >::read ( std::string  file,
grid_cpu< dim, T > &  gr,
size_t  opt = 0,
size_t  skip = 0 
)
inline

Read a raw grid.

Parameters
fileraw file to read
grgrid to fill
optoption (FORTRAN_STYLE)
skipskip N byte

Definition at line 125 of file RawReader.hpp.


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