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

HxImgFtorNgb2dExtra2.h

00001 /*
00002  *  Copyright (c) 2002, University of Amsterdam, The Netherlands.
00003  *  All rights reserved.
00004  *
00005  *  Author(s):
00006  *  Dennis Koelma           (koelma@science.uva.nl)
00007  */
00008 
00009 #ifndef HxImgFtorNgb2dExtra2_h
00010 #define HxImgFtorNgb2dExtra2_h
00011 
00012 #include "HxSizes.h"
00013 #include "HxImgFtorNgbExtra2Key.h"
00014 #include "HxImgFtorI4Cast.h"
00015 
00016 #include "HxTagList.h"
00017 
00018 
00031 template <class DstImgSigT, class SrcImgSigT, class ExtraImgSigT,
00032           class ExtraImg2SigT, class NgbT>
00033 class L_HXIMAGEREP HxImgFtorNgb2dExtra2
00034     : public HxImgFtorI4Cast<DstImgSigT, SrcImgSigT, ExtraImgSigT, ExtraImg2SigT>
00035 {
00036 public:
00037 
00039     typedef HxImgFtorNgbExtra2Key   KeyType;
00040 
00042                         HxImgFtorNgb2dExtra2();
00043 
00045     virtual             ~HxImgFtorNgb2dExtra2();
00046 
00048     virtual bool        probeOp(HxTagList &tags) const;
00049 
00050 protected:
00051 
00061     virtual void        doIt(
00062                             Img1DataPtrType dstPtr, Img2DataPtrType srcPtr,
00063                             Img3DataPtrType extraPtr, Img4DataPtrType extra2Ptr,
00064                             HxSizes dstSize, HxSizes srcSize, 
00065                             HxSizes extraSize, HxSizes extra2Size,
00066                             HxTagList &tags, HxImgFtorDescription* description = 0);
00067 
00068 private:
00069                         HxImgFtorNgb2dExtra2(const HxImgFtorNgb2dExtra2&);
00070 };
00071 
00072 #ifdef INC_TEMPLATE_SRC
00073 #include "HxImgFtorNgb2dExtra2.c"
00074 #endif
00075 
00076 #endif

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