]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Algorithms/RGBToRGBFunction.h
...
[cpPlugins.git] / lib / cpExtensions / Algorithms / RGBToRGBFunction.h
similarity index 80%
rename from lib/cpPlugins/Extensions/Algorithms/RGBToRGBFunction.h
rename to lib/cpExtensions/Algorithms/RGBToRGBFunction.h
index 177eee5c5507914d4a0e12e18730d439057c3d36..97b85ce14658f41a7f2f2ff51b43e7734f5d4c70 100644 (file)
@@ -2,16 +2,14 @@
 // @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
 // -------------------------------------------------------------------------
 
-#ifndef __CPPLUGINS__EXTENSIONS__ALGORITHMS__RGBTORGBFUNCTION__H__
-#define __CPPLUGINS__EXTENSIONS__ALGORITHMS__RGBTORGBFUNCTION__H__
+#ifndef __CPEXTENSIONS__ALGORITHMS__RGBTORGBFUNCTION__H__
+#define __CPEXTENSIONS__ALGORITHMS__RGBTORGBFUNCTION__H__
 
 #include <itkRGBPixel.h>
 #include <itkMatrix.h>
 #include <itkVector.h>
 
-namespace cpPlugins
-{
-  namespace Extensions
+namespace cpExtensions
   {
     namespace Algorithms
     {
@@ -46,10 +44,8 @@ namespace cpPlugins
 
     } // ecapseman
 
-  } // ecapseman
-
 } // ecapseman
 
-#endif // __CPPLUGINS__EXTENSIONS__ALGORITHMS__RGBTORGBFUNCTION__H__
+#endif // __CPEXTENSIONS__ALGORITHMS__RGBTORGBFUNCTION__H__
 
 // eof - $RCSfile$