MrSID Decode SDK for Raster Reference Manual  9.0.0.3864
GeoTIFFImageWriter.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 GEOTIFFIMAGEWRITER_H
14 #define GEOTIFFIMAGEWRITER_H
15 
16 // lt_lib_mrsid_imageWriters
17 #include "TIFFImageWriter.h"
18 
19 #if defined(LT_COMPILER_MS)
20  #pragma warning(push,4)
21 #endif
22 
23 LT_BEGIN_NAMESPACE(LizardTech)
24 
25 
31 {
32  LT_DISALLOW_COPY_CONSTRUCTOR(GeoTIFFImageWriter);
33 public:
34  GeoTIFFImageWriter(void);
35 };
36 
37 
38 LT_END_NAMESPACE(LizardTech)
39 
40 #if defined(LT_COMPILER_MS)
41  #pragma warning(pop)
42 #endif
43 
44 #endif // GEOTIFFIMAGEWRITER_H

LizardTech