mrroidot__define.pro
mrRoiDot
Description:
A 'dot' like roi
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
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
mrRoiDot::calcFramedMask
Type:
Private procedure
Description:
mrRoiDot__define
Type:
Private Procedure (constructor)