1 #include "PointMatchPixel.h"
6 m_posOffset (xOffset, yOffset),
7 m_pixelIsOn (pixelIsOn)
12 m_posOffset (other.xOffset(),
14 m_pixelIsOn (other.pixelIsOn ())
20 m_posOffset = QPoint (other.
xOffset(),
34 return m_posOffset.x();
39 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...
bool pixelIsOn() const
True/false if pixel is on/off.
int yOffset() const
Y position relative to the center of the point.
PointMatchPixel(int xOffset, int yOffset, bool pixelIsOn)
Single basic constructor.
PointMatchPixel & operator=(const PointMatchPixel &other)
Assignment operator.