iADTCategory.h File Reference
 
 
 
iADTCategory.h File Reference
#include "ref.h"
#include "iFnPub.h"
#include "maxtypes.h"

Classes

class   IADTCategory

Defines

#define  ADT_CATEGORY_INTERFACE   Interface_ID(0x41030580, 0x7bce1c46)

Functions

IADTCategory GetADTCategoryInterface (BaseInterface *baseIfc)

Define Documentation

#define ADT_CATEGORY_INTERFACE   Interface_ID(0x41030580, 0x7bce1c46)

Function Documentation

IADTCategory* GetADTCategoryInterface ( BaseInterface baseIfc ) [inline]
{ 
        DbgAssert( baseIfc != NULL); 
        return static_cast<IADTCategory*>(baseIfc->GetInterface(ADT_CATEGORY_INTERFACE)); 
}