VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Macros | Typedefs | Variables
environmentalStateComponent.h File Reference

Go to the source code of this file.

Classes

struct  makVrf::DtEnvironmentalStateComponentData
 
class  makVrf::DtEnvironmentalStateComponent
 
class  makVrf::DtEnvironmentalStateComponentNextFrame
 
class  makVrf::DtEnvironmentalStateComponentCurrentFrame
 
class  makVrf::DtEnvironmentalStateComponentImplementation
 

Namespaces

 makVrf
 

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)
 

Typedefs

typedef
DtStateComponentCreator
< DtEnvironmentalStateComponentImplementation > 
makVrf::DtEnvironmentalStateComponentCreator
 

Variables

DT_DLL_vrfStateData
Legion::AttributeSetId 
makVrf::theVrfEnvironmentRecordSetType
 

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)

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)