#include <blobs.h>
List of all members.
Detailed Description
Definition at line 53 of file blobs.h.
Constructor & Destructor Documentation
TPOINT::TPOINT |
( |
| ) |
[inline] |
TPOINT::TPOINT |
( |
const ICOORD & |
ic | ) |
[inline] |
Member Function Documentation
void TPOINT::operator+= |
( |
const TPOINT & |
other | ) |
[inline] |
Definition at line 58 of file blobs.h.
{
x += other.x;
y += other.y;
}
void TPOINT::operator/= |
( |
int |
divisor | ) |
[inline] |
Definition at line 62 of file blobs.h.
{
x /= divisor;
y /= divisor;
}
Member Data Documentation
The documentation for this struct was generated from the following file: