3ds Max C++ API Reference
expmtlControl.h File Reference
#include "ifnpub.h"
#include "imtl.h"

Classes

class  ExposureMaterialControl
 This is the inteface class to implement in order to support exposure controls. More...
 
class  ExposureMaterialControlDesc
 This implementation of ClassDesc is to be used to implement the ExposureMaterialControl interface. More...
 
class  ExposureMaterialControlImp< T, B >
 This class implements the virtual methods in ExposureMaterialControl. More...
 
class  AddExposureMaterialControl< B >
 This class implements a small hack to get around issues in the VS2005 compiler. More...
 

Macros

#define EXPOSURE_MATERIAL_CONTROL   Interface_ID(0x153b0cbc, 0x5d6b0879)
 

Functions

ExposureMaterialControlGetExposureMaterialControl (InterfaceServer *mtl)
 

Macro Definition Documentation

◆ EXPOSURE_MATERIAL_CONTROL

#define EXPOSURE_MATERIAL_CONTROL   Interface_ID(0x153b0cbc, 0x5d6b0879)

Function Documentation

◆ GetExposureMaterialControl()

ExposureMaterialControl* GetExposureMaterialControl ( InterfaceServer mtl)
inline
405 {
406  return static_cast<ExposureMaterialControl*>(
408 }
This is the inteface class to implement in order to support exposure controls.
Definition: expmtlControl.h:183
virtual UtilExport BaseInterface * GetInterface(Interface_ID id)
#define EXPOSURE_MATERIAL_CONTROL
Definition: expmtlControl.h:135