]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Algorithms/ImageFunctionFilter.h
...
[cpPlugins.git] / lib / cpExtensions / Algorithms / ImageFunctionFilter.h
index 731f0f5a9a6926fb784401201b1d333fc95bbad2..503f791355862e362a7e3d59fb371f708954b1a4 100644 (file)
@@ -5,6 +5,7 @@
 #ifndef __CPEXTENSIONS__ALGORITHMS__IMAGEFUNCTIONFILTER__H__
 #define __CPEXTENSIONS__ALGORITHMS__IMAGEFUNCTIONFILTER__H__
 
+#include <cpExtensions/Config.h>
 #include <itkImageToImageFilter.h>
 
 namespace cpExtensions
@@ -40,11 +41,11 @@ namespace cpExtensions
       ImageFunctionFilter( );
       virtual ~ImageFunctionFilter( );
 
-      virtual void BeforeThreadedGenerateData( ) ITK_OVERRIDE;
+      virtual void BeforeThreadedGenerateData( ) cpExtensions_OVERRIDE;
       virtual void ThreadedGenerateData(
         const TRegion& region,
         itk::ThreadIdType threadId
-        ) ITK_OVERRIDE;
+        ) cpExtensions_OVERRIDE;
 
     private:
       // Purposely not implemented.
@@ -60,7 +61,7 @@ namespace cpExtensions
 } // ecapseman
 
 #ifndef ITK_MANUAL_INSTANTIATION
-#include <cpExtensions/Algorithms/ImageFunctionFilter.hxx>
+#  include <cpExtensions/Algorithms/ImageFunctionFilter.hxx>
 #endif // ITK_MANUAL_INSTANTIATION
 
 #endif // __CPEXTENSIONS__ALGORITHMS__IMAGEFUNCTIONFILTER__H__