FACT++  1.0
void FilterLed::Execute ( std::vector< Led > &  leds,
int  xc,
int  yc 
) const

Definition at line 338 of file FilterLed.cc.

339 {
340  double bright;
341  Execute(leds, xc, yc, bright);
342 }
void Execute(std::vector< Led > &leds, int xc, int yc, double &bright) const
Definition: FilterLed.cc:344