#include <mi32/point.h>#include <limits.h>#include <float.h>

Go to the source code of this file.
Classes | |
| struct | DRECT2D |
| 2D rectangle using 'double' precision coordinates. More... | |
| struct | DRECT3D |
| 3D rectangle using 'double' precision coordinates. More... | |
| struct | LRECT2D |
| 2D rectangle using 32-bit integer coordinates. More... | |
| struct | LRECT3D |
| 3D box using INT32 coordinates. More... | |
| struct | WRECT2D |
| 2D rectangle using 16-bit integer coordinates. More... | |
Functions | |
| int | IniRead (INIHANDLE hdl, const char *group, const char *field, DRECT2D &value, const DRECT2D &dft) |
| int | IniRead (INIHANDLE hdl, const char *group, const char *field, DRECT2D &value) |
| int | IniWrite (INIHANDLE hdl, const char *group, const char *field, const DRECT2D &value) |
| bool | operator!= (const DRECT3D &lhs, const DRECT3D &rhs) |
| bool | operator!= (const DRECT2D &lhs, const DRECT2D &rhs) |
| bool | operator!= (const LRECT2D &lhs, const LRECT2D &rhs) |
| bool | operator== (const DRECT3D &lhs, const DRECT3D &rhs) |
| bool | operator== (const DRECT2D &lhs, const DRECT2D &rhs) |
| bool | operator== (const LRECT2D &lhs, const LRECT2D &rhs) |
| void | SwapBytes (DRECT3D &rect) |
| void | SwapBytes (DRECT2D &rect) |
Definitions for 2D and 3D rectangle structures
| int IniRead | ( | INIHANDLE | hdl, | |
| const char * | group, | |||
| const char * | field, | |||
| DRECT2D & | value, | |||
| const DRECT2D & | dft | |||
| ) | [inline] |
Read 'DRECT2D' value from INI file with default.
Read 'DRECT2D' value from INI file.
| int IniWrite | ( | INIHANDLE | hdl, | |
| const char * | group, | |||
| const char * | field, | |||
| const DRECT2D & | value | |||
| ) | [inline] |
Write 'DRECT2D' value to INI file.
| void SwapBytes | ( | DRECT3D & | rect | ) | [inline] |
| void SwapBytes | ( | DRECT2D & | rect | ) | [inline] |
1.6.1