|
CHROMA
|
Functions | |
| GaugeAction< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * | createGaugeAct (XMLReader &xml, const std::string &path) |
| Callback. More... | |
| bool | registerAll () |
| Register all the factories. More... | |
| double | getTime (void) |
Variables | |
| const std::string | name = "RECT_GAUGEACT" |
| static bool | registered = false |
| Local registration flag. More... | |
| static double | time_spent = 0 |
| GaugeAction< multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >* Chroma::RectGaugeActEnv::createGaugeAct | ( | XMLReader & | xml, |
| const std::string & | path | ||
| ) |
Callback.
Definition at line 18 of file rect_gaugeact.cc.
References Chroma::CreateGaugeStateEnv::reader().
Referenced by registerAll().
| double Chroma::RectGaugeActEnv::getTime | ( | void | ) |
| bool Chroma::RectGaugeActEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 31 of file rect_gaugeact.cc.
References createGaugeAct(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
Referenced by Chroma::GaugeActsEnv::registerAll().
| const std::string Chroma::RectGaugeActEnv::name = "RECT_GAUGEACT" |
Definition at line 25 of file rect_gaugeact.cc.
Referenced by registerAll().
|
static |
Local registration flag.
Definition at line 28 of file rect_gaugeact.cc.
Referenced by registerAll().
|
static |
Definition at line 42 of file rect_gaugeact.cc.
Referenced by Chroma::RectGaugeAct::deriv(), and getTime().