Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

HxImgFtorSetBorder3d.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  *  Dennis Koelma           (koelma@wins.uva.nl)
00008  */
00009 
00010 #ifndef HxImgFtorSetBorder3d_h
00011 #define HxImgFtorSetBorder3d_h
00012 
00013 #include "HxSizes.h"
00014 #include "HxImgFtorSetBorderKey.h"
00015 #include "HxImgFtorI1Cast.h"
00016 
00017 #include "HxTagList.h"
00018 
00019 
00022 template <class ImgSigT>
00023 class L_HXIMAGEREP HxImgFtorSetBorder3d : public HxImgFtorI1Cast<ImgSigT>
00024 {
00025 public:
00026 
00028     typedef HxImgFtorSetBorderKey KeyType;
00029 
00031                     HxImgFtorSetBorder3d();
00032 
00034     virtual         ~HxImgFtorSetBorder3d();
00035 
00036 protected:
00043     virtual void    doIt(
00044                         ImgDataPtrType imgPtr, HxSizes imgSize,
00045                         HxTagList &tags, HxImgFtorDescription* = 0);
00046 
00047 private:
00048                     HxImgFtorSetBorder3d(const HxImgFtorSetBorder3d&);
00049 };
00050 
00051 #ifdef INC_TEMPLATE_SRC
00052 #include "HxImgFtorSetBorder3d.c"
00053 #endif
00054 
00055 #endif

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