MrSID Decode SDK for Raster Reference Manual  9.0.0.3864
lti_cropFilter.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 LTI_CROPFILTER_H
00014 #define LTI_CROPFILTER_H
00015 
00016 // lt_lib_mrsid_imageFilters
00017 #include "lti_embeddedImage.h"
00018 
00019 
00020 LT_BEGIN_NAMESPACE(LizardTech)
00021 
00022 
00027 class LTICropFilter : public LTIEmbeddedImage
00028 {
00029    LTI_REFERENCE_COUNTED_BOILERPLATE(LTICropFilter);
00030 public:
00045    LT_STATUS initialize(LTIImageStage* srcImage,
00046                         lt_int32 xOffset,
00047                         lt_int32 yOffset,
00048                         lt_int32 newWidth,
00049                         lt_int32 newHeight);
00050 };
00051 
00052 
00053 LT_END_NAMESPACE(LizardTech)
00054 
00055 #endif // LTI_CROPFILTER_H