MrSID Decode SDK for Raster Reference Manual
9.5.1.4427
Main Page
Namespaces
Classes
Files
Examples
File List
File Members
lti_cropFilter.h
Go to the documentation of this file.
1
/* $Id$ */
2
/* //////////////////////////////////////////////////////////////////////////
3
// //
4
// This code is Copyright (c) 2004 LizardTech, Inc, 1008 Western Avenue, //
5
// Suite 200, Seattle, WA 98104. Unauthorized use or distribution //
6
// prohibited. Access to and use of this code is permitted only under //
7
// license from LizardTech, Inc. Portions of the code are protected by //
8
// US and foreign patents and other filings. All Rights Reserved. //
9
// //
11
/* PUBLIC */
12
13
#ifndef LTI_CROPFILTER_H
14
#define LTI_CROPFILTER_H
15
16
// lt_lib_mrsid_imageFilters
17
#include "
lti_embeddedImage.h
"
18
19
20
LT_BEGIN_NAMESPACE
(LizardTech)
21
22
27
class
LTICropFilter
: public
LTIEmbeddedImage
28
{
29
LTI_REFERENCE_COUNTED_BOILERPLATE
(
LTICropFilter
);
30
public
:
45
LT_STATUS
initialize(
LTIImageStage
* srcImage,
46
lt_int32
xOffset,
47
lt_int32
yOffset,
48
lt_int32
newWidth,
49
lt_int32
newHeight);
50
};
51
52
53
LT_END_NAMESPACE
(LizardTech)
54
55
#endif // LTI_CROPFILTER_H
LizardTech