Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

seDRMColour.h

Go to the documentation of this file.
00001 /*
00002  *  Copyright (c) 2004 Accent Geographic. All rights reserved.
00003  *  See the license file for licensing information.
00004  *  Created: Mon Jul 12 23:48:01 2004
00005 
00006  *  DO NOT EDIT THIS FILE! (Autogenerated)
00007  */
00008 

00010 

00012 
00018 #ifndef _seDRMColour_h
00019 #define _seDRMColour_h
00020 
00021 #include "seDRMBase.h"
00022 
00023 namespace sedris {
00024 
00032 class seDRMColour : public seDRMBase
00033 {
00034 public:
00035 
00037     seDRMColour() {}
00038 
00040     seDRMColour( const seObject &other ) : seDRMBase(other) {}
00041 
00043     const SE_Colour_Mapping& get_colour_mapping() { DRMBASE_RET_FIELDS(Colour, colour_mapping); }
00044 
00046     void set_colour_mapping( const SE_Colour_Mapping &val ) { DRMBASE_SET_FIELDS(Colour, colour_mapping, val); }
00047     
00049     void set_colour_mapping( SE_Integer_Unsigned Front_Primary, SE_Integer_Unsigned Front_Distance_Blend, SE_Integer_Unsigned Front_Image_Blend, SE_Integer_Unsigned Back_Primary, SE_Integer_Unsigned Back_Distance_Blend, SE_Integer_Unsigned Back_Image_Blend, SE_Integer_Unsigned Lgt_Render_Bhvr_Primary, SE_Integer_Unsigned Lgt_Render_Bhvr_Secondary ) {
00050         DRMBASE_ALLOC_FIELDS;
00051         DRMBASE_SET_FIELDS_S(Colour, colour_mapping, Front_Primary, Front_Primary);
00052         DRMBASE_SET_FIELDS_S(Colour, colour_mapping, Front_Distance_Blend, Front_Distance_Blend);
00053         DRMBASE_SET_FIELDS_S(Colour, colour_mapping, Front_Image_Blend, Front_Image_Blend);
00054         DRMBASE_SET_FIELDS_S(Colour, colour_mapping, Back_Primary, Back_Primary);
00055         DRMBASE_SET_FIELDS_S(Colour, colour_mapping, Back_Distance_Blend, Back_Distance_Blend);
00056         DRMBASE_SET_FIELDS_S(Colour, colour_mapping, Back_Image_Blend, Back_Image_Blend);
00057         DRMBASE_SET_FIELDS_S(Colour, colour_mapping, Lgt_Render_Bhvr_Primary, Lgt_Render_Bhvr_Primary);
00058         DRMBASE_SET_FIELDS_S(Colour, colour_mapping, Lgt_Render_Bhvr_Secondary, Lgt_Render_Bhvr_Secondary);
00059     }
00060     
00062     virtual SE_DRM_Class getClassType() const { return SE_DRM_CLS_COLOUR; }
00063 
00064 };
00065 
00066 } // namespace sedris
00067 
00068 #endif // _seDRMColour_h

SEDRIS Transmittal Access C++ API 4.0.0 beta - 14 Jul 2004
Copyright © 2004 SEDRIS Docs by Doxygen 1.3.2