FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void FilterLed::DrawBox
(
const int
x1
,
const int
y1
,
const int
x2
,
const int
y2
,
const int
col
)
const
private
Definition at line
147
of file
FilterLed.cc
.
References
MGImage::DrawBox()
.
150
{
151
MGImage::DrawBox
(
fImg
, 768, 576, x1, y1, x2, y2, col);
152
}
FilterLed::fImg
uint8_t * fImg
Definition:
FilterLed.h:12
MGImage::DrawBox
static void DrawBox(UChar_t *buf, int w, int h, Float_t x1, Float_t y1, Float_t x2, Float_t y2, UChar_t col, Int_t style=1)
Definition:
MGImage.cc:311
Here is the call graph for this function:
FilterLed
Generated on Sun Sep 18 2016 20:50:51 for FACT++ by
1.8.11