VR-Exchange 2.7 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros
pArealObject.h File Reference

Contains the DtPortalArealObject class declaration. More...

Go to the source code of this file.

Classes

class  MAKVrExchange::DtPortalArealObject
 Portal areal object for sending areal object types (minefield, etc.). More...
 

Namespaces

 MAKVrExchange
 

Macros

#define DtDEC_APPEARANCE(P, p, T, N, n, E)
 This macro defines a setter and getter for a specific attribute within the appearance attribute, performing bit shifting and casting automatically. More...
 

Detailed Description

Contains the DtPortalArealObject class declaration.

Macro Definition Documentation

#define DtDEC_APPEARANCE (   P,
  p,
  T,
  N,
  n,
 
)
Value:
public : \
void set##N( const T& val ) {\
set##P##AppearanceAttribute( E, DtAppearAttrVal( val << E##BitShift ) );\
}\
T n() const { return (T)( p##AppearanceAttribute(E) >> E##BitShift ); }\

This macro defines a setter and getter for a specific attribute within the appearance attribute, performing bit shifting and casting automatically.


Document ID: Generated on Mon Apr 19 15:55:22 EDT 2021 from SVN revision 227909
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)