]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Algorithms/ParallelImageMean.h
...
[cpPlugins.git] / lib / cpExtensions / Algorithms / ParallelImageMean.h
similarity index 83%
rename from lib/cpPlugins/Extensions/Algorithms/ParallelImageMean.h
rename to lib/cpExtensions/Algorithms/ParallelImageMean.h
index c171d1a0c993b810cdbc56ecbd7cab4ce7b6a72b..f34ca6e5f2cf7bb9cc62179c44851625f1dc2786 100644 (file)
@@ -2,17 +2,15 @@
 // @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
 // -------------------------------------------------------------------------
 
-#ifndef __CPPLUGINS__EXTENSIONS__ALGORITHMS__PARALLELIMAGEMEAN__H__
-#define __CPPLUGINS__EXTENSIONS__ALGORITHMS__PARALLELIMAGEMEAN__H__
+#ifndef __CPEXTENSIONS__ALGORITHMS__PARALLELIMAGEMEAN__H__
+#define __CPEXTENSIONS__ALGORITHMS__PARALLELIMAGEMEAN__H__
 
 #include <itkDomainThreader.h>
 #include <itkThreadedImageRegionPartitioner.h>
 #include <itkArray.h>
 #include <itkNumericTraits.h>
 
-namespace cpPlugins
-{
-  namespace Extensions
+namespace cpExtensions
   {
     namespace Algorithms
     {
@@ -61,12 +59,10 @@ namespace cpPlugins
 
     } // ecapseman
 
-  } // ecapseman
-
 } // ecapseman
 
-#include <cpPlugins/Extensions/Algorithms/ParallelImageMean.hxx>
+#include <cpExtensions/Algorithms/ParallelImageMean.hxx>
 
-#endif // __CPPLUGINS__EXTENSIONS__ALGORITHMS__PARALLELIMAGEMEAN__H__
+#endif // __CPEXTENSIONS__ALGORITHMS__PARALLELIMAGEMEAN__H__
 
 // eof - $RCSfile$