]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Algorithms/RGBToHSVFunction.h
...
[cpPlugins.git] / lib / cpExtensions / Algorithms / RGBToHSVFunction.h
similarity index 89%
rename from lib/cpPlugins/Extensions/Algorithms/RGBToHSVFunction.h
rename to lib/cpExtensions/Algorithms/RGBToHSVFunction.h
index 81f7edd0ed052c021c2d5ffb73e2d8f1242e363a..8536b4aa8df1a876d88a0e193b391d2acb8d29cb 100644 (file)
@@ -2,8 +2,8 @@
 // @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
 // -------------------------------------------------------------------------
 
-#ifndef __CPPLUGINS__EXTENSIONS__ALGORITHMS__RGBTOHSVFUNCTION__H__
-#define __CPPLUGINS__EXTENSIONS__ALGORITHMS__RGBTOHSVFUNCTION__H__
+#ifndef __CPEXTENSIONS__ALGORITHMS__RGBTOHSVFUNCTION__H__
+#define __CPEXTENSIONS__ALGORITHMS__RGBTOHSVFUNCTION__H__
 
 #include <cmath>
 #include <limits>
@@ -12,9 +12,7 @@
 #include <itkRGBPixel.h>
 #include <itkVector.h>
 
-namespace cpPlugins
-{
-  namespace Extensions
+namespace cpExtensions
   {
     namespace Algorithms
     {
@@ -80,12 +78,10 @@ namespace cpPlugins
           }
       };
 
-    } // ecapseman
-
   } // ecapseman
 
 } // ecapseman
 
-#endif // __CPPLUGINS__EXTENSIONS__ALGORITHMS__RGBTOHSVFUNCTION__H__
+#endif // __CPEXTENSIONS__ALGORITHMS__RGBTOHSVFUNCTION__H__
 
 // eof - $RCSfile$