]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Algorithms/GradientFunctionBase.h
...
[cpPlugins.git] / lib / cpExtensions / Algorithms / GradientFunctionBase.h
similarity index 87%
rename from lib/cpPlugins/Extensions/Algorithms/GradientFunctionBase.h
rename to lib/cpExtensions/Algorithms/GradientFunctionBase.h
index 03107833e75f3eafa0d30bf7cc9711d3dd470724..a120a463211d230d55f74f4a8f22170b3377ecac 100644 (file)
@@ -2,15 +2,13 @@
 // @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
 // -------------------------------------------------------------------------
 
-#ifndef __CPPLUGINS__EXTENSIONS__ALGORITHMS__GRADIENTFUNCTIONBASE__H__
-#define __CPPLUGINS__EXTENSIONS__ALGORITHMS__GRADIENTFUNCTIONBASE__H__
+#ifndef __CPEXTENSIONS__ALGORITHMS__GRADIENTFUNCTIONBASE__H__
+#define __CPEXTENSIONS__ALGORITHMS__GRADIENTFUNCTIONBASE__H__
 
 #include <map>
 #include <itkImageFunction.h>
 
-namespace cpPlugins
-{
-  namespace Extensions
+namespace cpExtensions
   {
     namespace Algorithms
     {
@@ -75,12 +73,10 @@ namespace cpPlugins
 
     } // ecapseman
 
-  } // ecapseman
-
 } // ecapseman
 
-#include <cpPlugins/Extensions/Algorithms/GradientFunctionBase.hxx>
+#include <cpExtensions/Algorithms/GradientFunctionBase.hxx>
 
-#endif // __CPPLUGINS__EXTENSIONS__ALGORITHMS__GRADIENTFUNCTIONBASE__H__
+#endif // __CPEXTENSIONS__ALGORITHMS__GRADIENTFUNCTIONBASE__H__
 
 // eof - $RCSfile$