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 HxImgFtorI1Key_h 00010 #define HxImgFtorI1Key_h 00011 00012 #include "HxImgFtorKey.h" 00013 00014 00017 class L_HXIMAGEREP HxImgFtorI1Key : public HxImgFtorKey 00018 { 00019 public: 00021 HxImgFtorI1Key(HxString className, HxString imgSig); 00022 }; 00023 00024 inline 00025 HxImgFtorI1Key::HxImgFtorI1Key(HxString className, HxString imgSig) 00026 : HxImgFtorKey(className) 00027 { 00028 addArgument(imgSig); 00029 } 00030 00031 #endif