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

HxBpoInf.h

00001 /*
00002  *  Copyright (c) 1998, University of Amsterdam, The Netherlands.
00003  *  All rights reserved.
00004  *
00005  *  Author(s):
00006  *  Dennis Koelma (koelma@wins.uva.nl)
00007  *  Edo Poll (poll@wins.uva.nl)
00008  */
00009 
00010 #ifndef HxBpoInf_h
00011 #define HxBpoInf_h
00012 
00013 #include "HxTagList.h"
00014 #include "HxClassName.h"
00015 #include "HxCategories.h"
00016 
00017 
00020 template<class DstValT, class Src1ValT, class Src2ValT>
00021 class HxBpoInf
00022 {
00023 public:
00025     typedef HxTagTransInVar TransVarianceCategory;
00026 
00028                     HxBpoInf(HxTagList&)
00029                         {}
00030 
00032     DstValT         doIt(const Src1ValT& x, const Src2ValT& y)
00033                         { return x.inf(y); }
00034 
00035     static DstValT  neutralElement()
00036                         { return DstValT::LARGE_VAL; }
00037 
00039     static HxString className()
00040                         { return HxString("inf"); }
00041 };
00042 
00043 #endif

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