Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members

testpsddecoder.h

00001 /*
00002 /--------------------------------------------------------------------
00003 |
00004 |      $Id: testpsddecoder.h,v 1.3 2002/10/20 22:11:53 uzadow Exp $
00005 |
00006 |      Copyright (c) 1996-1998 Ulrich von Zadow
00007 |
00008 \--------------------------------------------------------------------
00009 */
00010 
00011 #ifndef INCL_PLTESTPSDDECODER
00012 #define INCL_PLTESTPSDDECODER
00013 
00014 #include <string>
00015 
00016 class PLTester;
00017 class PLBmp;
00018 
00019 class PLTestPSDDecoder
00020 {
00021 
00022 public:
00023   PLTestPSDDecoder ();
00024 
00025   virtual ~PLTestPSDDecoder();
00026 
00027   void RunTests ();
00028 
00029 private:
00030   void test (const std::string& sFName);
00031 };
00032 
00033 #endif
00034 /*
00035 /--------------------------------------------------------------------
00036 |
00037 |      $Log: testpsddecoder.h,v $
00038 |      Revision 1.3  2002/10/20 22:11:53  uzadow
00039 |      Partial doc update.
00040 |      Fixed tests when images were not available.
00041 |
00042 |      Revision 1.2  2001/10/21 17:54:40  uzadow
00043 |      Linux compatibility
00044 |
00045 |      Revision 1.1  2001/10/21 17:12:40  uzadow
00046 |      Added PSD decoder beta, removed BPPWanted from all decoders, added PLFilterPixel.
00047 |
00048 |
00049 \--------------------------------------------------------------------
00050 */

Generated on Sun Jun 6 13:42:22 2004 for paintlib by doxygen 1.3.2