Zoltan Hudak / zbar

Dependents:   BarcodeReader_F103

Embed: (wiki syntax)

« Back to documentation index

Symbol::Point Class Reference

Symbol::Point Class Reference

image pixel location (x, y) coordinate tuple. More...

#include <Symbol.h>

Public Member Functions

 Point (const Point &pt)
 copy constructor.

Data Fields

int x
 x-coordinate.
int y
 y-coordinate.

Detailed Description

image pixel location (x, y) coordinate tuple.

Definition at line 102 of file Symbol.h.


Constructor & Destructor Documentation

Point ( const Point pt )

copy constructor.

Definition at line 114 of file Symbol.h.


Field Documentation

int x

x-coordinate.

Definition at line 104 of file Symbol.h.

int y

y-coordinate.

Definition at line 105 of file Symbol.h.