MrSID Decode SDK for Raster Reference Manual  9.0.0.3864
lti_viewerImageFilter.h
Go to the documentation of this file.
00001 /* $Id$ */
00002 /* //////////////////////////////////////////////////////////////////////////
00003 //                                                                         //
00004 // This code is Copyright (c) 2004 LizardTech, Inc, 1008 Western Avenue,   //
00005 // Suite 200, Seattle, WA 98104.  Unauthorized use or distribution         //
00006 // prohibited.  Access to and use of this code is permitted only under     //
00007 // license from LizardTech, Inc.  Portions of the code are protected by    //
00008 // US and foreign patents and other filings. All Rights Reserved.          //
00009 //                                                                         //
00011 /* PUBLIC */
00012 
00013 #ifndef LTIVIEWERIMAGEFILTER_H
00014 #define LTIVIEWERIMAGEFILTER_H
00015 
00016 // lt_lib_mrsid_core
00017 #include "lti_imageFilter.h"
00018 
00019 
00020 LT_BEGIN_NAMESPACE(LizardTech)
00021 
00022 
00030 class LTIViewerImageFilter : public LTIImageFilter
00031 {
00032    LTI_REFERENCE_COUNTED_BOILERPLATE(LTIViewerImageFilter);
00033 public:
00053    LT_STATUS initialize(LTIImageStage* srcImage,
00054                         bool useDynamicRange,
00055                         bool useBGR);
00056 
00057    // LTIImageStage
00058    virtual lt_uint32 getModifications(const LTIScene &scene) const;
00059 };
00060 
00061 
00062 LT_END_NAMESPACE(LizardTech)
00063 
00064 #endif // LTIVIEWERIMAGEFILTER_H