Go to the source code of this file.
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... |
|
Defines |
|
#define | EXPOSURE_MATERIAL_CONTROL Interface_ID(0x153b0cbc, 0x5d6b0879) |
Functions |
|
ExposureMaterialControl * | GetExposureMaterialControl (InterfaceServer *mtl) |
#define EXPOSURE_MATERIAL_CONTROL Interface_ID(0x153b0cbc, 0x5d6b0879) |
Definition at line 135 of file expmtlControl.h.
ExposureMaterialControl* GetExposureMaterialControl | ( | InterfaceServer * | mtl | ) | [inline] |
Definition at line 404 of file expmtlControl.h.
{ return static_cast<ExposureMaterialControl*>( mtl->GetInterface(EXPOSURE_MATERIAL_CONTROL)); }