|
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. More... | |
| PointMatchPixel (const PointMatchPixel &other) | |
| Copy constructor. More... | |
| PointMatchPixel & | operator= (const PointMatchPixel &other) |
| Assignment operator. More... | |
| bool | pixelIsOn () const |
| True/false if pixel is on/off. More... | |
| int | xOffset () const |
| X position relative to the center of the point. More... | |
| int | yOffset () const |
| Y position relative to the center of the point. More... | |
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.
| PointMatchPixel::PointMatchPixel | ( | int | xOffset, |
| int | yOffset, | ||
| bool | pixelIsOn | ||
| ) |
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 | ) |
Assignment operator.
Definition at line 24 of file PointMatchPixel.cpp.
| 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.
1.8.14