MrSID Decode SDK for Raster Reference Manual  9.0.0.3864
GeoTIFFImageWriter.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 GEOTIFFIMAGEWRITER_H
00014 #define GEOTIFFIMAGEWRITER_H
00015 
00016 // lt_lib_mrsid_imageWriters
00017 #include "TIFFImageWriter.h"
00018 
00019 #if defined(LT_COMPILER_MS)
00020    #pragma warning(push,4)
00021 #endif
00022 
00023 LT_BEGIN_NAMESPACE(LizardTech)
00024 
00025 
00030 class GeoTIFFImageWriter : public TIFFImageWriter
00031 {
00032    LT_DISALLOW_COPY_CONSTRUCTOR(GeoTIFFImageWriter);
00033 public:
00034    GeoTIFFImageWriter(void);
00035 };
00036 
00037 
00038 LT_END_NAMESPACE(LizardTech)
00039 
00040 #if defined(LT_COMPILER_MS)
00041    #pragma warning(pop)
00042 #endif
00043 
00044 #endif // GEOTIFFIMAGEWRITER_H