Engauge Digitizer  2
Public Member Functions | List of all members
PointMatchPixel Class Reference

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.
 
PointMatchPixeloperator= (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.
 

Detailed Description

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.


The documentation for this class was generated from the following files: