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

HxImgFtorI2Key.h

00001 /*
00002  *  Copyright (c) 1999, 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 HxImgFtorI2Key_h
00012 #define HxImgFtorI2Key_h
00013 
00014 #include "HxImgFtorKey.h"
00015 
00016 
00019 class L_HXIMAGEREP HxImgFtorI2Key : public HxImgFtorKey
00020 {
00021 public:
00023     HxImgFtorI2Key(HxString className, HxString sig1Name, HxString sig2Name);
00024 };
00025 
00026 inline
00027 HxImgFtorI2Key::HxImgFtorI2Key(
00028     HxString className, HxString sig1Name, HxString sig2Name)
00029     : HxImgFtorKey(className)
00030 {
00031     HxStringList l;
00032     l << sig1Name << sig2Name;
00033     setArguments(l.begin(), l.end());
00034 }
00035 
00036 #endif

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