|
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 7 of file PointMatchPixel.h.
1.8.9.1