]> Creatis software - cpPlugins.git/blobdiff - plugins/ITKNeighborhoodOperatorFilters/ITKNeighborhoodOperatorFilters.i
Moved to version 1.0
[cpPlugins.git] / plugins / ITKNeighborhoodOperatorFilters / ITKNeighborhoodOperatorFilters.i
diff --git a/plugins/ITKNeighborhoodOperatorFilters/ITKNeighborhoodOperatorFilters.i b/plugins/ITKNeighborhoodOperatorFilters/ITKNeighborhoodOperatorFilters.i
deleted file mode 100644 (file)
index 943b07f..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-header #define ITK_MANUAL_INSTANTIATION
-
-define filters_1=LaplacianImageFilter
-define i_reals=#real_types#
-define o_reals=#real_types#
-
-tinclude itkNeighborhoodInnerProduct:h|hxx
-instances itk::NeighborhoodInnerProduct< itk::Image< float, #pdims# >, float, double >
-
-tinclude itkNeighborhoodOperatorImageFilter:h|hxx
-instances itk::NeighborhoodOperatorImageFilter< itk::Image< float, #pdims# >, itk::Image< float, #pdims# >, float >
-
-tinclude itkLaplacianOperator:h|hxx
-instances itk::LaplacianOperator< float, #pdims#, itk::NeighborhoodAllocator< float > >
-
-tinclude itk#filters_1#:h|hxx
-instances itk::#filters_1#< itk::Image< #i_reals#, #pdims# >, itk::Image< #o_reals#, #pdims# > >
-
-** eof - $RCSfile$