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

HxDistanceImgGtor.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 #ifndef HxDistanceImgGtor_h
00010 #define HxDistanceImgGtor_h
00011 
00012 #include "HxSubscribedImgGtor.h"
00013 #include "HxPointZ.h"
00014 
00015 class HxDistanceImgGtor : public HxSubscribedImgGtor 
00016 {
00017 public:
00018                             HxDistanceImgGtor();
00019     virtual                 ~HxDistanceImgGtor();
00020 
00021     virtual void            init(const HxTagList&);
00022 
00023     virtual HxSizes         domainSize() const;
00024     virtual HxVec3Double    get(int x, int y, int z);
00025 
00026 private:
00027     HxSizes                 _size;
00028     HxPointZ                _center;
00029 };
00030 
00031 #endif

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