Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

HxImgFtorRecNgb2d.h

00001 /*
00002  *  Copyright (c) 2000, University of Amsterdam, The Netherlands.
00003  *  All rights reserved.
00004  *
00005  *  Author(s):
00006  *  Edo Poll                (poll@wins.uva.nl)
00007  *  Dennis Koelma           (koelma@wins.uva.nl)
00008  */
00009 
00010 #ifndef HxImgFtorRecNgb2d_h
00011 #define HxImgFtorRecNgb2d_h
00012 
00013 #include "HxSizes.h"
00014 #include "HxImgFtorRecNgbKey.h"
00015 #include "HxImgFtorI2Cast.h"
00016 
00017 #include "HxTagList.h"
00018 
00019 
00023 template <class ImgSigT, class KerImgSigT, class PixOpT, class RedOpT>
00024 class L_HXIMAGEREP HxImgFtorRecNgb2d
00025     : public HxImgFtorI2Cast<ImgSigT, KerImgSigT>
00026 {
00027 
00028 public:
00029 
00031     typedef HxImgFtorRecNgbKey      KeyType;
00032 
00034     typedef typename ImgSigT::DataPtrType    DataPtrType;
00035 
00037     typedef typename KerImgSigT::DataPtrType KerDataPtrType;
00038 
00039 
00041                     HxImgFtorRecNgb2d();
00042 
00044     virtual         ~HxImgFtorRecNgb2d();
00045 
00046 protected:
00047 
00051     virtual void    doIt(
00052                         DataPtrType imgPtr, KerDataPtrType kerPtr,
00053                         HxSizes imgSize, HxSizes kerSize,
00054                         HxTagList &tags, HxImgFtorDescription* = 0);
00055 
00056     virtual void    recNgb(
00057                         DataPtrType imgPtr, KerDataPtrType kerPtr,
00058                         HxSizes imgSize, HxSizes kerSize, HxTagList &tags);
00059 
00060     virtual void    recNgbKx(
00061                         DataPtrType imgPtr, KerDataPtrType kerPtr,
00062                         HxSizes imgSize, HxSizes kerSize, HxTagList &tags);
00063 
00064     virtual void    recNgbKy(
00065                         DataPtrType imgPtr, KerDataPtrType kerPtr,
00066                         HxSizes imgSize, HxSizes kerSize, HxTagList &tags);
00067 
00068 private:
00069                         HxImgFtorRecNgb2d(const HxImgFtorRecNgb2d&);
00070 };
00071 
00072 #ifdef INC_TEMPLATE_SRC
00073 #include "HxImgFtorRecNgb2d.c"
00074 #endif
00075 
00076 #endif

Generated on Tue Jan 8 13:59:14 2002 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001