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

HxBpoVec2.h

00001 /*
00002  *  Copyright (c) 2000, University of Amsterdam, The Netherlands.
00003  *  All rights reserved.
00004  *
00005  *  Author(s):
00006  *  Edo Poll (poll@wins.uva.nl)
00007  *
00008  */
00009 
00010 #ifndef HxBpoVec2_h
00011 #define HxBpoVec2_h
00012 
00013 #include "HxTagList.h"
00014 #include "HxClassName.h"
00015 #include "HxCategories.h"
00016 
00017 
00018 template<class DstValT, class Src1ValT, class Src2ValT>
00019 class HxBpoVec2
00020 {
00021 public:
00023     typedef HxTagTransInVar TransVarianceCategory;
00024 
00025                     HxBpoVec2(HxTagList& tags) {}
00026 
00027     DstValT         doIt(const Src1ValT& x, const Src2ValT& y)
00028                         { return DstValT(x.getValue(1), y.getValue(1)); }
00029 
00030     static HxString className()
00031                         { return HxString("vector2d"); }
00032 
00033 };
00034 
00035 #endif
00036 

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