FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void MGImage::DrawDot
(
UChar_t *
buf
,
int
w
,
int
h
,
Float_t
cx
,
Float_t
cy
,
UChar_t
col
)
static
Definition at line
389
of file
MGImage.cc
.
Referenced by
DisableSyncMode()
.
390
{
391
const
Int_t x1 = TMath::Nint(cx);
392
const
Int_t y1 = TMath::Nint(cy);
393
394
if
(x1>=0 && y1>=0 && x1<w && y1<h)
395
buf[x1+y1*w] = col;
396
}
Here is the caller graph for this function:
MGImage
Generated on Sun Sep 18 2016 20:50:54 for FACT++ by
1.8.11