Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

plfilterresizehamming.h

Go to the documentation of this file.
00001 /*
00002 /--------------------------------------------------------------------
00003 |
00004 |      $Id: plfilterresizehamming.h,v 1.1 2004/05/21 21:02:53 maxx Exp $
00005 |
00006 |      Copyright (c) 1996-2002 Ulrich von Zadow
00007 |
00008 \--------------------------------------------------------------------
00009 */
00010 
00011 #ifndef FILTERResizeHAMMING_H
00012 #define FILTERResizeHAMMING_H
00013 
00014 #if _MSC_VER >= 1000
00015 #pragma once
00016 #endif // _MSC_VER >= 1000
00017 
00018 #include "plfilterresize.h"
00019 
00021 class PLFilterResizeHamming : public PLFilterResize
00022 {
00023 public:
00025   PLFilterResizeHamming (int NewXSize, int NewYSize, double NewRadius);
00027   virtual void Apply(PLBmp * pBmpSource, PLBmp * pBmpDest) const;
00028 
00029 private: 
00030   double m_NewRadius;
00031 };
00032 
00033 #endif 
00034 
00035 /*
00036 /--------------------------------------------------------------------
00037 |
00038 |      $Log: plfilterresizehamming.h,v $
00039 |      Revision 1.1  2004/05/21 21:02:53  maxx
00040 |      Initial Version of vuVolume, moderatly changed to make it compile on my windows and linux machine.
00041 |
00042 |      Revision 1.1  2002/11/13 01:59:48  mspindle
00043 |      *** empty log message ***
00044 |
00045 |      Revision 1.3  2002/02/24 13:00:48  uzadow
00046 |      Documentation update; removed buggy PLFilterRotate.
00047 |
00048 |      Revision 1.2  2001/09/16 20:57:17  uzadow
00049 |      Linux version name prefix changes
00050 |
00051 |      Revision 1.1  2001/09/16 19:03:23  uzadow
00052 |      Added global name prefix PL, changed most filenames.
00053 |
00054 |      Revision 1.3  2001/01/15 15:05:31  uzadow
00055 |      Added PLBmp::ApplyFilter() and PLBmp::CreateFilteredCopy()
00056 |
00057 |      Revision 1.2  1999/11/27 18:45:49  Ulrich von Zadow
00058 |      Added/Updated doc comments.
00059 |
00060 |      Revision 1.1  1999/10/21 16:05:18  Ulrich von Zadow
00061 |      Moved filters to separate directory. Added Crop, Grayscale and
00062 |      GetAlpha filters.
00063 |
00064 |      Revision 1.1  1999/10/19 21:29:45  Ulrich von Zadow
00065 |      Added filters.
00066 |
00067 |
00068 \--------------------------------------------------------------------
00069 */

Generated on Wed Dec 15 21:20:30 2004 for vuVolume by  doxygen 1.3.9.1