3ds Max C++ API Reference
iADTStyle.h File Reference
#include "ref.h"
#include "iFnPub.h"
#include "maxtypes.h"

Classes

class  IADTStyle
 

Macros

#define ADT_STYLE_INTERFACE   Interface_ID(0x4cd242c8, 0x554201b3)
 

Functions

IADTStyleGetADTStyleInterface (BaseInterface *baseIfc)
 

Macro Definition Documentation

◆ ADT_STYLE_INTERFACE

#define ADT_STYLE_INTERFACE   Interface_ID(0x4cd242c8, 0x554201b3)

Function Documentation

◆ GetADTStyleInterface()

IADTStyle* GetADTStyleInterface ( BaseInterface baseIfc)
inline
148 {
149  DbgAssert( baseIfc != NULL);
150  return static_cast<IADTStyle*>(baseIfc->GetInterface(ADT_STYLE_INTERFACE));
151 }
#define NULL
Definition: autoptr.h:18
UtilExport BaseInterface * GetInterface(Interface_ID id)
Definition: iADTStyle.h:35
#define DbgAssert(expr)
Definition: assert1.h:82
#define ADT_STYLE_INTERFACE
Definition: iADTStyle.h:146