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

HxImgFtorMNpo.h

00001 /*
00002  *  Copyright (c) 1999, University of Amsterdam, The Netherlands.
00003  *  All rights reserved.
00004  *
00005  *  Author(s):
00006  *  Jan-Mark Geusebroek     (mark@wins.uva.nl)
00007  *  Edo Poll                (poll@wins.uva.nl)
00008  *  Marc Navarro            (mnavarro@wins.uva.nl)
00009  *  Dennis Koelma           (koelma@wins.uva.nl)
00010  */
00011 
00012 #ifndef HxImgFtorMNpo_h
00013 #define HxImgFtorMNpo_h
00014 
00015 #include "HxSizes.h"
00016 #include "HxImgFtorMNpoKey.h"
00017 #include "HxImgFtorIMNCast.h"
00018 
00019 #include "HxTagList.h"
00020 
00021 
00032 template <class DstImgsSigT, class SrcImgsSigT, class MNpoT>
00033 class L_HXIMAGEREP HxImgFtorMNpo : public HxImgFtorIMNCast<DstImgsSigT, SrcImgsSigT>
00034 {
00035 public:
00036 
00038     typedef HxImgFtorMNpoKey KeyType;
00039 
00041                     HxImgFtorMNpo();
00042 
00044     virtual bool    probeOp(HxTagList& tags) const;
00045 
00047     virtual         ~HxImgFtorMNpo();
00048 
00049 protected:
00051     virtual void    doIt(
00052                         DstDataPtrArray& dstPtrs, SrcDataPtrArray& srcPtrs,
00053                         HxSizes dstSize, HxSizes srcSize,
00054                         HxTagList &tags, HxImgFtorDescription* description= 0);
00055 
00056 private:
00057                     HxImgFtorMNpo(const HxImgFtorMNpo&);
00058 };
00059 
00060 #ifdef INC_TEMPLATE_SRC
00061 #include "HxImgFtorMNpo.c"
00062 #endif
00063 
00064 #endif

Generated on Tue Feb 3 14:18:37 2004 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001