00001 /* 00002 * Copyright (c) 2000, University of Amsterdam, The Netherlands. 00003 * All rights reserved. 00004 * 00005 * 00006 * Author(s): 00007 * Edo Poll (poll@wins.uva.nl) 00008 * Dennis Koelma (koelma@wins.uva.nl) 00009 */ 00010 00011 #ifndef HxImgFtorSetKey_h 00012 #define HxImgFtorSetKey_h 00013 00014 #include "HxString.h" 00015 #include "HxImgFtorI2CastKey.h" 00016 00017 00020 class HxImgFtorSetKey : public HxImgFtorI2CastKey 00021 { 00022 public: 00024 HxImgFtorSetKey(HxString dstImgSig, HxString srcImgSig); 00025 00026 }; 00027 00028 inline 00029 HxImgFtorSetKey::HxImgFtorSetKey(HxString dstImgSig, HxString srcImgSig) 00030 : HxImgFtorI2CastKey("HxImgFtorSet", dstImgSig, srcImgSig) 00031 { 00032 } 00033 00034 #endif