Bridge++  Ver. 1.3.x
fieldIO_Text_4x4x4x8.h
Go to the documentation of this file.
1 
14 #ifndef FIELDIO_TEXT_4x4x4x8_INCLUDED
15 #define FIELDIO_TEXT_4x4x4x8_INCLUDED
16 
17 #include "fieldIO.h"
18 
20 
30 {
31  public:
32  static const std::string class_name;
33 
34  public:
36  {}
37 
38  void read_file(Field *v, string filename);
39  void write_file(Field *v, string filename);
40 };
41 #endif
FieldIO_Text_4x4x4x8(const IO_Format::Format *format)
Container of Field-type object.
Definition: field.h:39
void write_file(Field *v, string filename)
void read_file(Field *v, string filename)
FieldIO_Text class for file I/O of Field data in plain text format.
static const std::string class_name
FieldIO class for file I/O of space-time distributed data.
Definition: fieldIO.h:53