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

HxImgFtorRecGenConvK1dKey.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  *  Edo Poll                (poll@wins.uva.nl)
00008  */
00009 
00010 #ifndef HxImgFtorRecGenConvK1dKey_h
00011 #define HxImgFtorRecGenConvK1dKey_h
00012 
00013 #include "HxString.h"
00014 #include "HxImgFtorI2CastKey.h"
00015 
00016 
00019 class L_HXIMAGEREP HxImgFtorRecGenConvK1dKey : public HxImgFtorI2CastKey
00020 {
00021 public:
00023     HxImgFtorRecGenConvK1dKey(
00024             HxString imgSig, HxString kerImgSig, 
00025             HxString pixOpName, HxString redOpName);
00026 };
00027 
00028 inline
00029 HxImgFtorRecGenConvK1dKey::HxImgFtorRecGenConvK1dKey(
00030     HxString imgSig, HxString kerImgSig,
00031     HxString pixOpName, HxString redOpName)
00032         : HxImgFtorI2CastKey("HxImgFtorRecGenConvK1d", imgSig, kerImgSig)
00033 {
00034     addArgument(pixOpName);
00035     addArgument(redOpName);
00036 }
00037 
00038 #endif

Generated on Mon Jan 27 15:48:45 2003 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001