template<unsigned int dim, typename T, typename idx_type>
class GridRawReader< dim, T, idx_type >
Definition at line 109 of file RawReader.hpp.
 
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
 - 
  
    | 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.
 
 
The documentation for this class was generated from the following file: