]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Algorithms/RGBToYPbPrFunction.h
...
[cpPlugins.git] / lib / cpExtensions / Algorithms / RGBToYPbPrFunction.h
similarity index 85%
rename from lib/cpPlugins/Extensions/Algorithms/RGBToYPbPrFunction.h
rename to lib/cpExtensions/Algorithms/RGBToYPbPrFunction.h
index 56ffd5c6a72eaa2c7b4144d9888b6f8b04a6c414..5b13a075395d95e4bbd66bf47fe3d8154c410bce 100644 (file)
@@ -2,8 +2,8 @@
 // @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
 // -------------------------------------------------------------------------
 
-#ifndef __CPPLUGINS__EXTENSIONS__ALGORITHMS__RGBTOYPBPRFUNCTION__H__
-#define __CPPLUGINS__EXTENSIONS__ALGORITHMS__RGBTOYPBPRFUNCTION__H__
+#ifndef __CPEXTENSIONS__ALGORITHMS__RGBTOYPBPRFUNCTION__H__
+#define __CPEXTENSIONS__ALGORITHMS__RGBTOYPBPRFUNCTION__H__
 
 #include <cmath>
 #include <limits>
@@ -14,9 +14,7 @@
 #include <itkMatrix.h>
 #include <itkVector.h>
 
-namespace cpPlugins
-{
-  namespace Extensions
+namespace cpExtensions
   {
     namespace Algorithms
     {
@@ -60,10 +58,8 @@ namespace cpPlugins
 
     } // ecapseman
 
-  } // ecapseman
-
 } // ecapseman
 
-#endif // __CPPLUGINS__EXTENSIONS__ALGORITHMS__RGBTOYPBPRFUNCTION__H__
+#endif // __CPEXTENSIONS__ALGORITHMS__RGBTOYPBPRFUNCTION__H__
 
 // eof - $RCSfile$