Bridge++  Version 1.4.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 <string>
18 using std::string;
19 
20 #include "fieldIO.h"
21 #include "Field/index_lex.h"
22 #include "Field/field.h"
23 
25 
35 {
36  public:
37  static const std::string class_name;
38 
39  public:
41  {}
42 
43  void read_file(Field *v, string filename);
44  void write_file(Field *v, string filename);
45 };
46 #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