Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

HxImgFtorI4CastKey.h

00001 /*
00002  *  Copyright (c) 2002, University of Amsterdam, The Netherlands.
00003  *  All rights reserved.
00004  *
00005  *  Author(s):
00006  *  Dennis Koelma           (koelma@wins.uva.nl)
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

Generated on Tue Feb 3 14:18:37 2004 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001