]> Creatis software - cpPlugins.git/blob - lib/cpInstances/ITKImageFeatureFilters.i
87f6415056e44bef274801b9b6af385fa579dc5e
[cpPlugins.git] / lib / cpInstances / ITKImageFeatureFilters.i
1 header #define ITK_MANUAL_INSTANTIATION
2
3 define filters=LaplacianImageFilter
4 define op=LaplacianOperator
5 define i_reals=#real_types#
6 define o_reals=#real_types#
7
8 tinclude itk#op#:h|hxx
9 tinclude itk#filters#:h|hxx
10
11 instances itk::#op#< #i_reals#, #process_dims#, itk::NeighborhoodAllocator< #i_reals# > >
12 instances itk::#filters#< itk::Image< #i_reals#, #process_dims# >, itk::Image< #o_reals#, #process_dims# > >
13
14 ** eof - $RCSfile$