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

Contains the DtPortalPointObject class declaration. More...

Go to the source code of this file.

Classes

class  MAKVrExchange::DtPortalPointObject
 Portal point object will be used to send all point object types: breachable, burst, crater, other, ribbon, structure. More...

Namespaces

namespace  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.

Detailed Description

Contains the DtPortalPointObject 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 Thu Jul 23 10:25:22 EDT 2015 from SVN revision 155065
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)