Go to the documentation of this file.
15 #ifndef GAUGECONFIG_INCLUDED
16 #define GAUGECONFIG_INCLUDED
95 void read(
Field_G& U,
const string& filename =
string());
97 void write(
Field_G& U,
const string& filename =
string());
101 {
return read(U, filename); }
104 {
return write(U, filename); }
GaugeConfig(const string &type)
void read(Field_G &U, const string &filename=string())
void write_file(Field_G &U, const string &filename)
void write(Field_G &U, const string &filename=string())
Bridge::VerboseLevel m_vl
GaugeConfig class for file I/O of gauge configuration.
FieldIO class for file I/O of space-time distributed data.
void read_file(Field_G &U, const string &filename)
DataSource * m_datasource
GaugeConfig & operator=(const GaugeConfig &)
static const std::string class_name
IO_Format::Format * m_format