OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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.
 

Constructor & Destructor Documentation

◆ GridRawReader()

template<unsigned int dim, typename T , typename idx_type >
GridRawReader< dim, T, idx_type >::GridRawReader ( )
inline

Constructor.

Definition at line 114 of file RawReader.hpp.

Member Function Documentation

◆ read()

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: