Classes | Defines | Functions

iADTCategory.h File Reference

#include "ref.h"
#include "iFnPub.h"
#include "maxtypes.h"

Go to the source code of this file.

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)

Definition at line 65 of file iADTCategory.h.


Function Documentation

IADTCategory* GetADTCategoryInterface ( BaseInterface baseIfc ) [inline]

Definition at line 66 of file iADTCategory.h.

{ 
    DbgAssert( baseIfc != NULL); 
    return static_cast<IADTCategory*>(baseIfc->GetInterface(ADT_CATEGORY_INTERFACE)); 
}