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

HxImgFtorI4Key.h

00001 /*
00002  *  Copyright (c) 2002, University of Amsterdam, The Netherlands.
00003  *  All rights reserved.
00004  *
00005  *  Author(s):
00006  *  Dennis Koelma           (koelma@wins.uva.nl)
00007  */
00008 
00009 #ifndef HxImgFtorI4Key_h
00010 #define HxImgFtorI4Key_h
00011 
00012 #include "HxImgFtorKey.h"
00013 
00014 
00017 class L_HXIMAGEREP HxImgFtorI4Key : public HxImgFtorKey
00018 {
00019 public:
00021     HxImgFtorI4Key(
00022         HxString className, HxString sig1Name, HxString sig2Name,
00023         HxString sig3Name, HxString sig4Name);
00024 };
00025 
00026 inline
00027 HxImgFtorI4Key::HxImgFtorI4Key(
00028     HxString className, HxString sig1Name, HxString sig2Name,
00029     HxString sig3Name, HxString sig4Name)
00030     : HxImgFtorKey(className)
00031 {
00032     HxStringList l;
00033     l << sig1Name << sig2Name << sig3Name << sig4Name; 
00034     setArguments(l.begin(),l.end());
00035 }
00036 
00037 #endif

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