00001 /* 00002 * Copyright (c) 1999, University of Amsterdam, The Netherlands. 00003 * All rights reserved. 00004 * 00005 * Author(s): 00006 * Jan-Mark Geusebroek (mark@wins.uva.nl) 00007 * Edo Poll (poll@wins.uva.nl) 00008 * Marc Navarro (mnavarro@wins.uva.nl) 00009 * Dennis Koelma (koelma@wins.uva.nl) 00010 */ 00011 00012 #ifndef HxImgFtorIMCastKey_h 00013 #define HxImgFtorIMCastKey_h 00014 00015 #include "HxImgFtorIMKey.h" 00016 00017 00020 class L_HXIMAGEREP HxImgFtorIMCastKey : public HxImgFtorIMKey 00021 { 00022 public: 00024 HxImgFtorIMCastKey( 00025 HxString className, HxString sig1Name, HxString sig2Name); 00026 }; 00027 00028 inline 00029 HxImgFtorIMCastKey::HxImgFtorIMCastKey( 00030 HxString className, HxString sig1Name, HxString sig2Name) 00031 : HxImgFtorIMKey(className, sig1Name, sig2Name) 00032 { 00033 } 00034 00035 #endif