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