plastimatch
Loading...
Searching...
No Matches
itk_image_conv.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _itk_image_conv_h_
5#define _itk_image_conv_h_
6
7#include "plmbase_config.h"
8#include "itk_image.h"
9
10/* -----------------------------------------------------------------------
11 Function prototypes
12 ----------------------------------------------------------------------- */
13template<class T> PLMBASE_API T itk_image_conv (
14 T img,
15 T ker
16);
17
18#endif
Definition pointset.h:15
T itk_image_conv(T img, T ker)
Definition itk_image_conv.cxx:79
#define PLMBASE_API
Definition plmbase_config.h:19