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

seDRMImageMappingFunction.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:02 2004
00005 
00006  *  DO NOT EDIT THIS FILE! (Autogenerated)
00007  */
00008 

00010 

00012 
00018 #ifndef _seDRMImageMappingFunction_h
00019 #define _seDRMImageMappingFunction_h
00020 
00021 #include "seDRMBase.h"
00022 
00023 namespace sedris {
00024 
00030 class seDRMImageMappingFunction : public seDRMBase
00031 {
00032 public:
00033 
00035     seDRMImageMappingFunction() {}
00036 
00038     seDRMImageMappingFunction( const seObject &other ) : seDRMBase(other) {}
00039 
00041     SE_Image_Mapping_Method get_image_mapping_method() { DRMBASE_RET_FIELDS(Image_Mapping_Function, image_mapping_method); }
00042 
00044     void set_image_mapping_method( SE_Image_Mapping_Method val ) { DRMBASE_SET_FIELDS(Image_Mapping_Function, image_mapping_method, val); }
00045 
00047     SE_Image_Wrap get_image_wrap_s() { DRMBASE_RET_FIELDS(Image_Mapping_Function, image_wrap_s); }
00048 
00050     void set_image_wrap_s( SE_Image_Wrap val ) { DRMBASE_SET_FIELDS(Image_Mapping_Function, image_wrap_s, val); }
00051 
00053     SE_Image_Wrap get_image_wrap_t() { DRMBASE_RET_FIELDS(Image_Mapping_Function, image_wrap_t); }
00054 
00056     void set_image_wrap_t( SE_Image_Wrap val ) { DRMBASE_SET_FIELDS(Image_Mapping_Function, image_wrap_t, val); }
00057 
00059     SE_Image_Projection_Type get_image_projection_type() { DRMBASE_RET_FIELDS(Image_Mapping_Function, image_projection_type); }
00060 
00062     void set_image_projection_type( SE_Image_Projection_Type val ) { DRMBASE_SET_FIELDS(Image_Mapping_Function, image_projection_type, val); }
00063 
00065     SE_Long_Float get_intensity_level() { DRMBASE_RET_FIELDS(Image_Mapping_Function, intensity_level); }
00066 
00068     void set_intensity_level( SE_Long_Float val ) { DRMBASE_SET_FIELDS(Image_Mapping_Function, intensity_level, val); }
00069 
00071     SE_Long_Float get_gain() { DRMBASE_RET_FIELDS(Image_Mapping_Function, gain); }
00072 
00074     void set_gain( SE_Long_Float val ) { DRMBASE_SET_FIELDS(Image_Mapping_Function, gain, val); }
00075 
00077     SE_Boolean get_image_detail_mapping() { DRMBASE_RET_FIELDS(Image_Mapping_Function, image_detail_mapping); }
00078 
00080     void set_image_detail_mapping( SE_Boolean val ) { DRMBASE_SET_FIELDS(Image_Mapping_Function, image_detail_mapping, val); }
00081 
00083     virtual SE_DRM_Class getClassType() const { return SE_DRM_CLS_IMAGE_MAPPING_FUNCTION; }
00084 
00085 };
00086 
00087 } // namespace sedris
00088 
00089 #endif // _seDRMImageMappingFunction_h

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