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 HxImgFtorIMNCastKey_h 00013 #define HxImgFtorIMNCastKey_h 00014 00015 #include "HxImgFtorIMNKey.h" 00016 00017 00020 class L_HXIMAGEREP HxImgFtorIMNCastKey : public HxImgFtorIMNKey 00021 { 00022 public: 00024 HxImgFtorIMNCastKey( 00025 HxString className, HxString sig1Name, HxString sig2Name); 00026 }; 00027 00028 inline 00029 HxImgFtorIMNCastKey::HxImgFtorIMNCastKey( 00030 HxString className, HxString sig1Name, HxString sig2Name) 00031 : HxImgFtorIMNKey(className, sig1Name, sig2Name) 00032 { 00033 } 00034 00035 #endif