14 #ifndef FIELDIO_FORTRAN_INCLUDED 
   15 #define FIELDIO_FORTRAN_INCLUDED 
   64   void read_file(std::vector<Field *>& vv, 
const std::string& filename);
 
   65   void write_file(std::vector<Field *>& vv, 
const std::string& filename);
 
Container of Field-type object. 
 
void read_file(Field *v, std::string filename)
read data from file. 
 
FieldIO_Fortran class for file I/O of Field data in Fortran binary format. 
 
static const std::string class_name
 
FieldIO_Fortran(const IO_Format::Format *format)
 
void write_file(Field *v, std::string filename)
write data to file. 
 
FieldIO class for file I/O of space-time distributed data.