00001 /* 00002 * Copyright (c) 2000, University of Amsterdam, The Netherlands. 00003 * All rights reserved. 00004 * 00005 * Author(s): 00006 * Dennis Koelma <koelma@wins.uva.nl> 00007 */ 00008 00009 #ifndef HxImgFtorI1CastKey_h 00010 #define HxImgFtorI1CastKey_h 00011 00012 #include "HxImgFtorI1Key.h" 00013 00014 00017 class L_HXIMAGEREP HxImgFtorI1CastKey : public HxImgFtorI1Key 00018 { 00019 public: 00021 HxImgFtorI1CastKey(HxString className, HxString imgSig); 00022 }; 00023 00024 inline 00025 HxImgFtorI1CastKey::HxImgFtorI1CastKey(HxString className, HxString imgSig) 00026 : HxImgFtorI1Key(className, imgSig) 00027 { 00028 } 00029 00030 #endif