tesseract
4.0.0-1-g2a2b
|
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 554 of file points.h.
Definition at line 684 of file points.h.
Definition at line 695 of file points.h.
Definition at line 590 of file points.h.
Definition at line 572 of file points.h.
Definition at line 624 of file points.h.
Definition at line 730 of file points.h.