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

HxFuncRecGenConv2dK1d.h

00001 /*
00002  *  Copyright (c) 2002, 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 HxFuncRecGenConv2dK1d_h
00011 #define HxFuncRecGenConv2dK1d_h
00012 
00013 
00014 template <class DataPtrType, class KerDataPtrType, class ArithType,
00015           class PixOpT, class RedOpT>
00016 void
00017 HxFuncRecGenConv2dK1dDispatch(
00018     DataPtrType imgPtr, KerDataPtrType kerPtr, ArithType dummy,
00019     HxSizes imgSize, HxSizes borderSize, HxSizes kerSize,
00020     PixOpT& pixOp, RedOpT& redOp, int dimension, bool buffered,
00021     ArithType rightNorm, ArithType bottomNorm);
00022 
00023 
00024 #ifdef INC_TEMPLATE_SRC
00025 #include "HxFuncRecGenConv2dK1d.c"
00026 #endif
00027 
00028 #endif

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