00001 /* 00002 * Copyright (c) 2000, University of Amsterdam, The Netherlands. 00003 * All rights reserved. 00004 * 00005 * Author(s): 00006 * Edo Poll (poll@wins.uva.nl) 00007 * Dennis Koelma (koelma@wins.uva.nl) 00008 */ 00009 00010 #ifndef HxImgFtorSetBorderKey_h 00011 #define HxImgFtorSetBorderKey_h 00012 00013 #include "HxString.h" 00014 #include "HxImgFtorI1CastKey.h" 00015 00016 00019 class L_HXIMAGEREP HxImgFtorSetBorderKey : public HxImgFtorI1CastKey 00020 { 00021 public: 00023 HxImgFtorSetBorderKey(HxString imgSig); 00024 }; 00025 00026 inline 00027 HxImgFtorSetBorderKey::HxImgFtorSetBorderKey(HxString imgSig) 00028 : HxImgFtorI1CastKey("HxImgFtorSetBorder", imgSig) 00029 { 00030 } 00031 00032 #endif