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

HxImgFtorNgbExtra2Key.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 HxImgFtorNgbExtra2Key_h
00010 #define HxImgFtorNgbExtra2Key_h
00011 
00012 #include "HxString.h"
00013 #include "HxImgFtorI4CastKey.h"
00014 
00015 
00018 class L_HXIMAGEREP HxImgFtorNgbExtra2Key : public HxImgFtorI4CastKey
00019 {
00020 public:
00022     HxImgFtorNgbExtra2Key(HxString dstImgSig, HxString srcImgSig, 
00023                           HxString extraImgSig, HxString extraImg2Sig,
00024                           HxString ngbName);
00025 
00026 };
00027 
00028 inline
00029 HxImgFtorNgbExtra2Key::HxImgFtorNgbExtra2Key(
00030     HxString dstImgSig, HxString srcImgSig, HxString extraImgSig,
00031     HxString extraImg2Sig, HxString ngbName)
00032     : HxImgFtorI4CastKey("HxImgFtorNgb2dExtra2", dstImgSig, srcImgSig,
00033                          extraImgSig, extraImg2Sig)
00034 {
00035     addArgument(ngbName);
00036 }
00037 
00038 #endif

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