]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Algorithms/ImageFunctorFilter.h
...
[cpPlugins.git] / lib / cpExtensions / Algorithms / ImageFunctorFilter.h
similarity index 90%
rename from lib/cpPlugins/Extensions/Algorithms/ImageFunctorFilter.h
rename to lib/cpExtensions/Algorithms/ImageFunctorFilter.h
index fee021ce09afc9f6ae21db9916b61adcfa54d5f5..782526f3998265f84c23c85bba98c26e4acd9f20 100644 (file)
@@ -2,17 +2,15 @@
 // @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
 // -------------------------------------------------------------------------
 
-#ifndef __CPPLUGINS__EXTENSIONS__ALGORITHMS__IMAGEFUNCTORFILTER__H__
-#define __CPPLUGINS__EXTENSIONS__ALGORITHMS__IMAGEFUNCTORFILTER__H__
+#ifndef __CPEXTENSIONS__ALGORITHMS__IMAGEFUNCTORFILTER__H__
+#define __CPEXTENSIONS__ALGORITHMS__IMAGEFUNCTORFILTER__H__
 
 #include <itkImageToImageFilter.h>
 #include <itkImageScanlineConstIterator.h>
 #include <itkImageScanlineIterator.h>
 #include <itkProgressReporter.h>
 
-namespace cpPlugins
-{
-  namespace Extensions
+namespace cpExtensions
   {
     namespace Algorithms
     {
@@ -97,10 +95,8 @@ namespace cpPlugins
 
     } // ecapseman
 
-  } // ecapseman
-
 } // ecapseman
 
-#endif // __CPPLUGINS__EXTENSIONS__ALGORITHMS__IMAGEFUNCTORFILTER__H__
+#endif // __CPEXTENSIONS__ALGORITHMS__IMAGEFUNCTORFILTER__H__
 
 // eof - $RCSfile$