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

HxFuncBorderOp.h

Go to the documentation of this file.
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 
00011 #ifndef HxFuncBorderOp_h
00012 #define HxFuncBorderOp_h
00013 
00014 #include "HxBorderType.h"
00015 
00016 
00019 template <class DataPtrT>
00020 void
00021 HxFuncBorderMirror2d(DataPtrT imgPtr, HxSizes imgSize, HxSizes borderSize);
00022 
00023 
00026 template <class DataPtrT>
00027 void
00028 HxFuncBorderMirror3d(DataPtrT imgPtr, HxSizes imgSize, HxSizes borderSize);
00029 
00030 
00033 template <class DataPtrT, class ArithT>
00034 void
00035 HxFuncBorderConstant2d(
00036     DataPtrT imgPtr, HxSizes imgSize, HxSizes borderSize, ArithT value);
00037 
00038 
00041 template <class DataPtrT, class ArithT>
00042 void
00043 HxFuncBorderConstant3d(
00044     DataPtrT imgPtr, HxSizes imgSize, HxSizes borderSize, ArithT value);
00045 
00046 
00049 template <class DataPtrT>
00050 void
00051 HxFuncBorderPropagate2d(DataPtrT imgPtr, HxSizes imgSize, HxSizes borderSize);
00052 
00053 
00056 template <class DataPtrT>
00057 void
00058 HxFuncBorderPropagate3d(DataPtrT imgPtr, HxSizes imgSize, HxSizes borderSize);
00059 
00060 #ifdef INC_TEMPLATE_SRC
00061 #include "HxFuncBorderOp.c"
00062 #endif
00063 
00064 #endif

Generated on Mon Jan 27 15:48:42 2003 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001