00001
00002
00003
00004
00005
00006
00007
00008
00010
00012
00018 #ifndef _seDRMStateRelatedGeometry_h
00019 #define _seDRMStateRelatedGeometry_h
00020
00021 #include "seDRMAggregateGeometry.h"
00022
00023 namespace sedris {
00024
00030 class seDRMStateRelatedGeometry : public seDRMAggregateGeometry
00031 {
00032 public:
00033
00035 seDRMStateRelatedGeometry() {}
00036
00038 seDRMStateRelatedGeometry( const seObject &other ) : seDRMAggregateGeometry(other) {}
00039
00041 SE_Boolean get_unique_descendants() { DRMBASE_RET_FIELDS(State_Related_Geometry, unique_descendants); }
00042
00044 void set_unique_descendants( SE_Boolean val ) { DRMBASE_SET_FIELDS(State_Related_Geometry, unique_descendants, val); }
00045
00047 SE_Boolean get_strict_organizing_principle() { DRMBASE_RET_FIELDS(State_Related_Geometry, strict_organizing_principle); }
00048
00050 void set_strict_organizing_principle( SE_Boolean val ) { DRMBASE_SET_FIELDS(State_Related_Geometry, strict_organizing_principle, val); }
00051
00053 EDCS_Attribute_Code get_state_tag() { DRMBASE_RET_FIELDS(State_Related_Geometry, state_tag); }
00054
00056 void set_state_tag( EDCS_Attribute_Code val ) { DRMBASE_SET_FIELDS(State_Related_Geometry, state_tag, val); }
00057
00059 const EDCS_Attribute_Value& get_active_state_value() { DRMBASE_RET_FIELDS(State_Related_Geometry, active_state_value); }
00060
00062 void set_active_state_value( const EDCS_Attribute_Value &val ) {
00063 DRMBASE_ALLOC_FIELDS;
00064 set_EDCS_Attribute_Value(DRMBASE_ACC_FIELDS(State_Related_Geometry, active_state_value), val);
00065 }
00066
00068 virtual SE_DRM_Class getClassType() const { return SE_DRM_CLS_STATE_RELATED_GEOMETRY; }
00069
00070 };
00071
00072 }
00073
00074 #endif // _seDRMStateRelatedGeometry_h