VR-Exchange 2.8 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 Tue Aug 16 16:15:26 EDT 2022 from SVN revision 245901
Copyright © 2005-2022 MAK Technologies. All Rights Reserved (www.mak.com)