]> Creatis software - cpPlugins.git/blob - plugins/ITKNeighborhoodOperatorFilters/ITKNeighborhoodOperatorFilters.i
943b07fe65801a591d35896dbb5b5cb7ffa86235
[cpPlugins.git] / plugins / ITKNeighborhoodOperatorFilters / ITKNeighborhoodOperatorFilters.i
1 header #define ITK_MANUAL_INSTANTIATION
2
3 define filters_1=LaplacianImageFilter
4 define i_reals=#real_types#
5 define o_reals=#real_types#
6
7 tinclude itkNeighborhoodInnerProduct:h|hxx
8 instances itk::NeighborhoodInnerProduct< itk::Image< float, #pdims# >, float, double >
9
10 tinclude itkNeighborhoodOperatorImageFilter:h|hxx
11 instances itk::NeighborhoodOperatorImageFilter< itk::Image< float, #pdims# >, itk::Image< float, #pdims# >, float >
12
13 tinclude itkLaplacianOperator:h|hxx
14 instances itk::LaplacianOperator< float, #pdims#, itk::NeighborhoodAllocator< float > >
15
16 tinclude itk#filters_1#:h|hxx
17 instances itk::#filters_1#< itk::Image< #i_reals#, #pdims# >, itk::Image< #o_reals#, #pdims# > >
18
19 ** eof - $RCSfile$