VR-Forces 4.2 Class Documentation
Classes | Macros | Variables
envModelData.h File Reference

Go to the source code of this file.

Classes

class  DtEnvironmentalModelData
 Represents an environmental process. Used for creating overlay symbols. More...

Macros

#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

Detailed Description

Macro Definition Documentation

#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)

Variable Documentation

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

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)