#include <mi32/uom.h>
#include <mi32/stddefns.h>
#include <mi32/inidefns.h>
Include dependency graph for unitconv.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | UNITCONV |
| Unit conversion parameters. More... | |
Defines | |
| #define | DATECONV_DMY 0x03 |
| #define | DATECONV_MDY 0x02 |
| #define | DATECONV_MonthAbbr 0x04 |
| #define | DATECONV_MONTHMASK 0x0C |
| #define | DATECONV_MonthName 0x08 |
| #define | DATECONV_MonthNum 0x00 |
| #define | DATECONV_NoCent 0x80 |
| #define | DATECONV_ORDERMASK 0x03 |
| #define | DATECONV_SepComma 0x50 |
| #define | DATECONV_SepDash 0x20 |
| #define | DATECONV_SepDot 0x30 |
| #define | DATECONV_SEPMASK 0x70 |
| #define | DATECONV_SepNone 0x00 |
| #define | DATECONV_SepSlash 0x40 |
| #define | DATECONV_SepSpace 0x10 |
| #define | DATECONV_YDM 0x01 |
| #define | DATECONV_YMD 0x00 |
| #define | GEOMLIBEXPORT MI_DLLIMPORT |
Functions | |
| GEOMLIBEXPORT double | ConvertUnit (double val, const UNITCONV *c) |
| GEOMLIBEXPORT double | ConvertUnitInv (double val, const UNITCONV *conv) |
| GEOMLIBEXPORT char * | ConvertUnitStr (char *str, int len, double val, const UNITCONV *conv) |
| GEOMLIBEXPORT double | ConvertUnitStrInv (char *str, const UNITCONV *conv) |
| GEOMLIBEXPORT UNITCONV * | GetUnitConversion (int type, int fromcode, int tocode, UNITCONV *conv) |
| GEOMLIBEXPORT UNITCONV * | GetUnitConversionIdentity (int type, UNITCONV *conv) |
| GEOMLIBEXPORT const MISTRING & | GetUnitName (int type, int num) |
| GEOMLIBEXPORT const MISTRING & | GetUnitSymbol (int type, int num) |
Definition in file unitconv.h.
|
|
Definition at line 134 of file unitconv.h. |
|
|
Definition at line 133 of file unitconv.h. |
|
|
Definition at line 138 of file unitconv.h. |
|
|
Definition at line 136 of file unitconv.h. |
|
|
Definition at line 139 of file unitconv.h. |
|
|
Definition at line 137 of file unitconv.h. |
|
|
Definition at line 128 of file unitconv.h. |
|
|
Definition at line 130 of file unitconv.h. |
|
|
23 January, 1996
Definition at line 147 of file unitconv.h. |
|
|
Definition at line 144 of file unitconv.h. |
|
|
Definition at line 145 of file unitconv.h. |
|
|
Definition at line 141 of file unitconv.h. |
|
|
Definition at line 142 of file unitconv.h. |
|
|
Definition at line 146 of file unitconv.h. |
|
|
Definition at line 143 of file unitconv.h. |
|
|
Definition at line 132 of file unitconv.h. |
|
|
Definition at line 131 of file unitconv.h. |
|
|
Definition at line 69 of file unitconv.h. |
1.3.8-20040913