tesseract
4.1.1
|
Go to the source code of this file.
Classes | |
class | ICOORD |
integer coordinate More... | |
class | ICOORDELT |
class | FCOORD |
Functions | |
ICOORD | operator! (const ICOORD &src) |
ICOORD | operator- (const ICOORD &src) |
ICOORD | operator+ (const ICOORD &op1, const ICOORD &op2) |
ICOORD & | operator+= (ICOORD &op1, const ICOORD &op2) |
ICOORD | operator- (const ICOORD &op1, const ICOORD &op2) |
ICOORD & | operator-= (ICOORD &op1, const ICOORD &op2) |
int32_t | operator% (const ICOORD &op1, const ICOORD &op2) |
int32_t | operator* (const ICOORD &op1, const ICOORD &op2) |
ICOORD | operator* (const ICOORD &op1, int16_t scale) |
ICOORD | operator* (int16_t scale, const ICOORD &op1) |
ICOORD & | operator*= (ICOORD &op1, int16_t scale) |
ICOORD | operator/ (const ICOORD &op1, int16_t scale) |
ICOORD & | operator/= (ICOORD &op1, int16_t scale) |
FCOORD | operator! (const FCOORD &src) |
FCOORD | operator- (const FCOORD &src) |
FCOORD | operator+ (const FCOORD &op1, const FCOORD &op2) |
FCOORD & | operator+= (FCOORD &op1, const FCOORD &op2) |
FCOORD | operator- (const FCOORD &op1, const FCOORD &op2) |
FCOORD & | operator-= (FCOORD &op1, const FCOORD &op2) |
float | operator% (const FCOORD &op1, const FCOORD &op2) |
float | operator* (const FCOORD &op1, const FCOORD &op2) |
FCOORD | operator* (const FCOORD &op1, float scale) |
FCOORD | operator* (float scale, const FCOORD &op1) |
FCOORD & | operator*= (FCOORD &op1, float scale) |
FCOORD | operator/ (const FCOORD &op1, float scale) |
FCOORD & | operator/= (FCOORD &op1, float scale) |
Definition at line 553 of file points.h.
Definition at line 683 of file points.h.
Definition at line 694 of file points.h.
Definition at line 589 of file points.h.
Definition at line 571 of file points.h.
Definition at line 623 of file points.h.
Definition at line 729 of file points.h.