FACT++  1.0
void FilterLed::DrawCircle ( float  cx,
float  cy,
float  r,
uint8_t  col = 0x40 
) const

Definition at line 185 of file FilterLed.cc.

References MGImage::DrawCircle().

Referenced by DrawCircle(), Execute(), and MStarguider::ProcessFrame().

186 {
187  MGImage::DrawCircle(fImg, 768, 576, cx, cy, r, col);
188 }
static void DrawCircle(UChar_t *buf, int w, int h, Float_t x, Float_t y, Float_t r, UChar_t col)
Definition: MGImage.cc:350
uint8_t * fImg
Definition: FilterLed.h:12

+ Here is the call graph for this function:

+ Here is the caller graph for this function: