#include <blobs.h>
List of all members.
Detailed Description
Definition at line 50 of file blobs.h.
Constructor & Destructor Documentation
Member Function Documentation
void TPOINT::operator+= |
( |
const TPOINT & |
other | ) |
[inline] |
Definition at line 55 of file blobs.h.
{
x += other.x;
y += other.y;
}
void TPOINT::operator/= |
( |
int |
divisor | ) |
[inline] |
Definition at line 59 of file blobs.h.
{
x /= divisor;
y /= divisor;
}
Member Data Documentation
The documentation for this struct was generated from the following file:
- /usr/local/google/home/jbreiden/tesseract-ocr-read-only/ccstruct/blobs.h