Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

HxImgFtorGenConv2dK1d.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  *  Marc Navarro            (mnavarro@wins.uva.nl)
00008  *  Dennis Koelma           (koelma@wins.uva.nl)
00009  */
00010 
00011 #ifndef HxImgFtorGenConv2dK1d_h
00012 #define HxImgFtorGenConv2dK1d_h
00013 
00014 #include "HxSizes.h"
00015 #include "HxImgFtorGenConvK1dKey.h"
00016 #include "HxImgFtorI3Cast.h"
00017 
00018 #include "HxTagList.h"
00019 
00020 
00034 template <class DstImgSigT, class SrcImgSigT, class KerImgSigT,
00035     class PixOpT, class RedOpT, class KernelT>
00036 class L_HXIMAGEREP HxImgFtorGenConv2dK1d
00037     : public HxImgFtorI3Cast<DstImgSigT, SrcImgSigT, KerImgSigT>
00038 {
00039 public:
00040 
00042     typedef HxImgFtorGenConvK1dKey   KeyType;
00043 
00045                     HxImgFtorGenConv2dK1d();
00046 
00048     virtual         ~HxImgFtorGenConv2dK1d();
00049 
00050 protected:
00051 
00060     virtual void    doIt(Img1DataPtrType dstPtr, Img2DataPtrType srcPtr,
00061                         Img3DataPtrType kerPtr,
00062                         HxSizes dstSize, HxSizes srcSize, HxSizes kerSize,
00063                         HxTagList &tags, HxImgFtorDescription* description = 0);
00064 
00065 private:
00066                         HxImgFtorGenConv2dK1d(const HxImgFtorGenConv2dK1d&);
00067 };
00068 
00069 #ifdef INC_TEMPLATE_SRC
00070 #include "HxImgFtorGenConv2dK1d.c"
00071 #endif
00072 
00073 #endif

Generated on Mon Jan 27 15:48:44 2003 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001