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

HxImgFtorI3Key.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 HxImgFtorI3Key_h
00012 #define HxImgFtorI3Key_h
00013 
00014 #include "HxImgFtorKey.h"
00015 
00016 
00019 class L_HXIMAGEREP HxImgFtorI3Key : public HxImgFtorKey
00020 {
00021 public:
00023     HxImgFtorI3Key(
00024         HxString className,
00025         HxString sig1Name, HxString sig2Name, HxString sig3Name);
00026 };
00027 
00028 inline
00029 HxImgFtorI3Key::HxImgFtorI3Key(
00030     HxString className,
00031     HxString sig1Name, HxString sig2Name, HxString sig3Name)
00032     : HxImgFtorKey(className)
00033 {
00034     HxStringList l;
00035     l << sig1Name << sig2Name << sig3Name; 
00036     setArguments(l.begin(),l.end());
00037 }
00038 
00039 #endif

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