]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Algorithms/InertiaMedialness.h
...
[cpPlugins.git] / lib / cpExtensions / Algorithms / InertiaMedialness.h
similarity index 94%
rename from lib/cpPlugins/Extensions/Algorithms/InertiaMedialness.h
rename to lib/cpExtensions/Algorithms/InertiaMedialness.h
index 478432a580e518b0911fc447e7905f8d544c269c..1190d5637a84e3aaa052dda243fc481814ee930b 100644 (file)
@@ -2,18 +2,16 @@
 // @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
 // -------------------------------------------------------------------------
 
-#ifndef __CPPLUGINS__EXTENSIONS__ALGORITHMS__INERTIAMEDIALNESS__H__
-#define __CPPLUGINS__EXTENSIONS__ALGORITHMS__INERTIAMEDIALNESS__H__
+#ifndef __CPEXTENSIONS__ALGORITHMS__INERTIAMEDIALNESS__H__
+#define __CPEXTENSIONS__ALGORITHMS__INERTIAMEDIALNESS__H__
 
 #include <map>
 #include <itkImageFunction.h>
 
-#include <cpPlugins/Extensions/Algorithms/InertiaTensorFunction.h>
+#include <cpExtensions/Algorithms/InertiaTensorFunction.h>
 #include <itkImageRegionConstIteratorWithIndex.h>
 
-namespace cpPlugins
-{
-  namespace Extensions
+namespace cpExtensions
   {
     namespace Algorithms
     {
@@ -206,12 +204,10 @@ namespace cpPlugins
 
     } // ecapseman
 
-  } // ecapseman
-
 } // ecapseman
 
-// TODO: #include <cpPlugins/Extensions/Algorithms/InertiaMedialness.hxx>
+// TODO: #include <cpExtensions/Algorithms/InertiaMedialness.hxx>
 
-#endif // __CPPLUGINS__EXTENSIONS__ALGORITHMS__INERTIAMEDIALNESS__H__
+#endif // __CPEXTENSIONS__ALGORITHMS__INERTIAMEDIALNESS__H__
 
 // eof - $RCSfile$