00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef HxImgFtorI4CastKey_h
00010 #define HxImgFtorI4CastKey_h
00011
00012 #include "HxImgFtorI4Key.h"
00013
00014
00017 class L_HXIMAGEREP HxImgFtorI4CastKey : public HxImgFtorI4Key
00018 {
00019 public:
00021 HxImgFtorI4CastKey(
00022 HxString className, HxString sig1Name, HxString sig2Name,
00023 HxString sig3Name, HxString sig4Name);
00024 };
00025
00026 inline
00027 HxImgFtorI4CastKey::HxImgFtorI4CastKey(
00028 HxString className, HxString sig1Name, HxString sig2Name,
00029 HxString sig3Name, HxString sig4Name)
00030 : HxImgFtorI4Key(className, sig1Name, sig2Name, sig3Name, sig4Name)
00031 {
00032 }
00033
00034 #endif