CHROMA
Functions | Variables
Chroma::RectGaugeActEnv Namespace Reference

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
 

Function Documentation

◆ createGaugeAct()

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().

◆ getTime()

double Chroma::RectGaugeActEnv::getTime ( void  )

Definition at line 44 of file rect_gaugeact.cc.

References time_spent.

Referenced by main().

◆ registerAll()

bool Chroma::RectGaugeActEnv::registerAll ( )

Variable Documentation

◆ name

const std::string Chroma::RectGaugeActEnv::name = "RECT_GAUGEACT"

Definition at line 25 of file rect_gaugeact.cc.

Referenced by registerAll().

◆ registered

bool Chroma::RectGaugeActEnv::registered = false
static

Local registration flag.

Definition at line 28 of file rect_gaugeact.cc.

Referenced by registerAll().

◆ time_spent

double Chroma::RectGaugeActEnv::time_spent = 0
static

Definition at line 42 of file rect_gaugeact.cc.

Referenced by Chroma::RectGaugeAct::deriv(), and getTime().