mrroidot__define.pro


Name:
mrRoiDot
Description:
A 'dot' like roi

Name:
mrRoiDot::init
Type:
Function
Arguments:
int x  : starting point in x
int y  : starting point in y
EXTRA  : see mrRoi::init
Return value:
true or false

Name:
mrRoiDot::calcFilledMask
Type:
Private procedure
Description:
While all other roi types calculate the mask with mask_rule=2 (i.e.
including the border), this would make the dot a 3x3 pixel roi.
So we override the method in mrRoi and calculate with mask_rule
set to 1

Name:
mrRoiDot::calcFramedMask
Type:
Private procedure
Description:
see mrRoiDot::calcFilledMask

Name:
mrRoiDot__define
Type:
Private Procedure (constructor)

Last modified: Mon Nov 29 13:30:07 2004