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. | |
|
inline |
Constructor.
Definition at line 114 of file RawReader.hpp.
|
inline |
Read a raw grid.
file | raw file to read |
gr | grid to fill |
opt | option (FORTRAN_STYLE) |
skip | skip N byte |
Definition at line 125 of file RawReader.hpp.