7 #include "PointMatchPixel.h" 12 m_posOffset (xOffset, yOffset),
13 m_pixelIsOn (pixelIsOn)
26 m_posOffset = QPoint (other.
xOffset(),
40 return m_posOffset.x();
45 return m_posOffset.y();
int xOffset() const
X position relative to the center of the point.
Single on or off pixel out of the pixels that define the point match mode's candidate point...
int yOffset() const
Y position relative to the center of the point.
PointMatchPixel(int xOffset, int yOffset, bool pixelIsOn)
Single basic constructor.
bool pixelIsOn() const
True/false if pixel is on/off.
PointMatchPixel & operator=(const PointMatchPixel &other)
Assignment operator.