Engauge Digitizer 2
|
Single on or off pixel out of the pixels that define the point match mode's candidate point. More...
#include <PointMatchPixel.h>
Public Member Functions | |
PointMatchPixel (int xOffset, int yOffset, bool pixelIsOn) | |
Single basic constructor. | |
PointMatchPixel (const PointMatchPixel &other) | |
Copy constructor. | |
PointMatchPixel & | operator= (const PointMatchPixel &other) |
Assignment operator. | |
bool | pixelIsOn () const |
True/false if pixel is on/off. | |
int | xOffset () const |
X position relative to the center of the point. | |
int | yOffset () const |
Y 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.
Definition at line 13 of file PointMatchPixel.h.
Single basic constructor.
Definition at line 9 of file PointMatchPixel.cpp.
PointMatchPixel::PointMatchPixel | ( | const PointMatchPixel & | other | ) |
Copy constructor.
Definition at line 17 of file PointMatchPixel.cpp.
PointMatchPixel & PointMatchPixel::operator= | ( | const PointMatchPixel & | other | ) |
bool PointMatchPixel::pixelIsOn | ( | ) | const |
True/false if pixel is on/off.
Definition at line 33 of file PointMatchPixel.cpp.
int PointMatchPixel::xOffset | ( | ) | const |
X position relative to the center of the point.
Definition at line 38 of file PointMatchPixel.cpp.
int PointMatchPixel::yOffset | ( | ) | const |
Y position relative to the center of the point.
Definition at line 43 of file PointMatchPixel.cpp.