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

HxParabola1dImgGtor.h

00001 /*
00002  *  Copyright (c) 2001, University of Amsterdam, The Netherlands.
00003  *  All rights reserved.
00004  *
00005  *  Author(s):
00006  *  Jan-Mark Geusebroek     (mark@science.uva.nl)
00007  */
00008 
00009 #ifndef HxParabola1dImgGtor_h
00010 #define HxParabola1dImgGtor_h
00011 
00012 #include "HxSubscribedImgGtor.h"
00013 #include "HxPointZ.h"
00014 
00015 class HxParabola1dImgGtor : public HxSubscribedImgGtor 
00016 {
00017 public:
00018                             HxParabola1dImgGtor();
00019     virtual                 ~HxParabola1dImgGtor();
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     int                     _size;
00028     HxVec3Double            _rho;
00029 };
00030 
00031 #endif

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