![]() |
VR-Forces 4.0.4 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | DtEnvironmentalModelData |
| Represents an environmental process. Used for creating overlay symbols. More... | |
Defines | |
| #define | DtLineWidthFromAppearance(theAppr) ((theAppr >> 28) & 0x0000000F) |
| #define | DtLineWidthToAppearance(theLineWidth) (theLineWidth << 28) |
| #define | DtLineStyleFromAppearance(theAppr) ((theAppr >> 8) & 0x0000000F) |
| #define | DtLineStyleToAppearance(theLineStyle) (theLineStyle << 8) |
| #define | DtFillStyleFromAppearance(theAppr) ((theAppr >> 12) & 0x0000000F) |
| #define | DtFillStyleToAppearance(theFillStyle) (theFillStyle << 12) |
Variables | |
| const int | DtTMPointObjectKind = 16 |
| Represents an environmental process. Used for creating overlay symbols. | |
| const int | DtTMLinearObjectKind = 17 |
| const int | DtTMArealObjectKind = 18 |
| const int | DtTMCircleObjectKind = 19 |
| const int | DtTMTextObjectKind = 20 |
| const int | DtTMPuffObjectKind = 4 |
| const int | DtLineWidthMask = 0xF0000000 |
| const int | DtAppearanceMask = 0x0FFFFFFF |
| #define DtLineWidthFromAppearance | ( | theAppr | ) | ((theAppr >> 28) & 0x0000000F) |
| #define DtLineWidthToAppearance | ( | theLineWidth | ) | (theLineWidth << 28) |
| #define DtLineStyleFromAppearance | ( | theAppr | ) | ((theAppr >> 8) & 0x0000000F) |
| #define DtLineStyleToAppearance | ( | theLineStyle | ) | (theLineStyle << 8) |
| #define DtFillStyleFromAppearance | ( | theAppr | ) | ((theAppr >> 12) & 0x0000000F) |
| #define DtFillStyleToAppearance | ( | theFillStyle | ) | (theFillStyle << 12) |
| const int DtTMPointObjectKind = 16 |
Represents an environmental process. Used for creating overlay symbols.
These are currently mapped to PVD object kinds
| const int DtTMLinearObjectKind = 17 |
| const int DtTMArealObjectKind = 18 |
| const int DtTMCircleObjectKind = 19 |
| const int DtTMTextObjectKind = 20 |
| const int DtTMPuffObjectKind = 4 |
| const int DtLineWidthMask = 0xF0000000 |
| const int DtAppearanceMask = 0x0FFFFFFF |