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

plfilterfliprgb.h

00001 /*
00002 /--------------------------------------------------------------------
00003 |
00004 |      $Id: plfilterfliprgb_8h-source.html,v 1.4 2004/09/15 15:26:29 uzadow Exp $
00005 |
00006 |      Copyright (c) 1996-2002 Ulrich von Zadow
00007 |
00008 \--------------------------------------------------------------------
00009 */
00010 
00011 #if !defined(INCL_PLFILTERFLIPRGB)
00012 #define INCL_PLFILTERFLIPRGB
00013 
00014 #if _MSC_VER >= 1000
00015 #pragma once
00016 #endif // _MSC_VER >= 1000
00017 
00018 #include "plinplacefilter.h"
00019 
00020 class PLBmp;
00021 
00022 //! Filter that flips the R and B components of a bitmap.
00023 class PLFilterFlipRGB : public PLInPlaceFilter
00024 {
00025 public:
00026   PLFilterFlipRGB();
00027   virtual ~PLFilterFlipRGB();
00028   virtual void ApplyInPlace(PLBmpBase * pBmp) const;
00029 
00030 private:
00031 };
00032 
00033 #endif
00034 
00035 /*
00036 /--------------------------------------------------------------------
00037 |
00038 |      $Log: plfilterfliprgb_8h-source.html,v $
00038 |      Revision 1.4  2004/09/15 15:26:29  uzadow
00038 |      Linux compatibility changes, doc update.
00038 |
00039 |      Revision 1.3  2004/06/20 16:59:38  uzadow
00040 |      Added PLBmpBase::CopyPixels() and PLInPlaceFilter
00041 |
00042 |      Revision 1.2  2004/06/06 12:56:38  uzadow
00043 |      Doxygenified documentation.
00044 |
00045 |      Revision 1.1  2003/07/27 18:08:38  uzadow
00046 |      Added plfilterfliprgb
00047 |
00048 |
00049 |
00050 \--------------------------------------------------------------------
00051 */

Generated on Mon Sep 13 16:16:40 2004 for paintlib by doxygen 1.3.2