Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

HxUpoFloor.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 HxUpoFloor_h
00011 #define HxUpoFloor_h
00012 
00013 #include "HxTagList.h"
00014 #include "HxClassName.h"
00015 
00016 
00019 template<class DstValT, class SrcValT>
00020 class HxUpoFloor
00021 {
00022 public:
00024                     HxUpoFloor(HxTagList&)
00025                         {}
00026 
00028     DstValT         doIt(const SrcValT& x)
00029                         { return x.floor(); }
00030 
00032     static HxString className()
00033                         { return HxString("floor"); }
00034 };
00035 
00036 #endif

Generated on Tue Jan 8 13:59:17 2002 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001