00001
00002
00003
00004
00005
00006
00007
00008
00010
00012
00018 #ifndef _seDRMLightRenderingProperties_h
00019 #define _seDRMLightRenderingProperties_h
00020
00021 #include "seDRMBase.h"
00022
00023 namespace sedris {
00024
00030 class seDRMLightRenderingProperties : public seDRMBase
00031 {
00032 public:
00033
00035 seDRMLightRenderingProperties() {}
00036
00038 seDRMLightRenderingProperties( const seObject &other ) : seDRMBase(other) {}
00039
00041 SE_Point_Light_Display_Type get_display_type() { DRMBASE_RET_FIELDS(Light_Rendering_Properties, display_type); }
00042
00044 void set_display_type( SE_Point_Light_Display_Type val ) { DRMBASE_SET_FIELDS(Light_Rendering_Properties, display_type, val); }
00045
00047 SE_Long_Float get_light_diameter() { DRMBASE_RET_FIELDS(Light_Rendering_Properties, light_diameter); }
00048
00050 void set_light_diameter( SE_Long_Float val ) { DRMBASE_SET_FIELDS(Light_Rendering_Properties, light_diameter, val); }
00051
00053 SE_Long_Float get_light_extinguishing_range() { DRMBASE_RET_FIELDS(Light_Rendering_Properties, light_extinguishing_range); }
00054
00056 void set_light_extinguishing_range( SE_Long_Float val ) { DRMBASE_SET_FIELDS(Light_Rendering_Properties, light_extinguishing_range, val); }
00057
00059 SE_Boolean get_random_area_light() { DRMBASE_RET_FIELDS(Light_Rendering_Properties, random_area_light); }
00060
00062 void set_random_area_light( SE_Boolean val ) { DRMBASE_SET_FIELDS(Light_Rendering_Properties, random_area_light, val); }
00063
00065 SE_Boolean get_active_light_value() { DRMBASE_RET_FIELDS(Light_Rendering_Properties, active_light_value); }
00066
00068 void set_active_light_value( SE_Boolean val ) { DRMBASE_SET_FIELDS(Light_Rendering_Properties, active_light_value, val); }
00069
00071 SE_Long_Float get_candela_value() { DRMBASE_RET_FIELDS(Light_Rendering_Properties, candela_value); }
00072
00074 void set_candela_value( SE_Long_Float val ) { DRMBASE_SET_FIELDS(Light_Rendering_Properties, candela_value, val); }
00075
00077 virtual SE_DRM_Class getClassType() const { return SE_DRM_CLS_LIGHT_RENDERING_PROPERTIES; }
00078
00079 };
00080
00081 }
00082
00083 #endif // _seDRMLightRenderingProperties_h