|
Engauge Digitizer
2
|
Representation of one matched point as produced from the point match algorithm. More...
#include <PointMatchTriplet.h>

Public Member Functions | |
| PointMatchTriplet (int x, int y, double correlation) | |
| Single constructor. More... | |
| bool | operator< (const PointMatchTriplet &other) const |
| Comparison operator for sorting lists of this class using qSort. More... | |
| double | correlation () const |
| Get method for correlation. More... | |
| QPoint | point () const |
| Return (x,y) coordinates as a point. More... | |
| int | x () const |
| Get method for x coordinate. More... | |
| int | y () const |
| Get method for y coordinate. More... | |
Representation of one matched point as produced from the point match algorithm.
Definition at line 13 of file PointMatchTriplet.h.
| PointMatchTriplet::PointMatchTriplet | ( | int | x, |
| int | y, | ||
| double | correlation | ||
| ) |
Single constructor.
Definition at line 9 of file PointMatchTriplet.cpp.
| double PointMatchTriplet::correlation | ( | ) | const |
Get method for correlation.
Definition at line 18 of file PointMatchTriplet.cpp.
| bool PointMatchTriplet::operator< | ( | const PointMatchTriplet & | other | ) | const |
Comparison operator for sorting lists of this class using qSort.
Definition at line 23 of file PointMatchTriplet.cpp.
| QPoint PointMatchTriplet::point | ( | ) | const |
Return (x,y) coordinates as a point.
Definition at line 44 of file PointMatchTriplet.cpp.
| int PointMatchTriplet::x | ( | ) | const |
Get method for x coordinate.
Definition at line 50 of file PointMatchTriplet.cpp.
| int PointMatchTriplet::y | ( | ) | const |
Get method for y coordinate.
Definition at line 55 of file PointMatchTriplet.cpp.
1.8.14