]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Algorithms/IterativeGaussianModelEstimator.h
...
[cpPlugins.git] / lib / cpExtensions / Algorithms / IterativeGaussianModelEstimator.h
similarity index 87%
rename from lib/cpPlugins/Extensions/Algorithms/IterativeGaussianModelEstimator.h
rename to lib/cpExtensions/Algorithms/IterativeGaussianModelEstimator.h
index 017691e292548c3216a91376348ef0bffb017cb8..aa8e6688cc177e918cc18f7cb74a1346b3be00e7 100644 (file)
@@ -2,17 +2,15 @@
 // @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
 // -------------------------------------------------------------------------
 
-#ifndef __CPPLUGINS__EXTENSIONS__ALGORITHMS__ITERATIVEGAUSSIANMODELESTIMATOR__H__
-#define __CPPLUGINS__EXTENSIONS__ALGORITHMS__ITERATIVEGAUSSIANMODELESTIMATOR__H__
+#ifndef __CPEXTENSIONS__ALGORITHMS__ITERATIVEGAUSSIANMODELESTIMATOR__H__
+#define __CPEXTENSIONS__ALGORITHMS__ITERATIVEGAUSSIANMODELESTIMATOR__H__
 
 #include <vector>
 #include <itkConceptChecking.h>
 #include <itkObject.h>
 #include <vnl/vnl_matrix.h>
 
-namespace cpPlugins
-{
-  namespace Extensions
+namespace cpExtensions
   {
     namespace Algorithms
     {
@@ -102,12 +100,10 @@ namespace cpPlugins
 
     } // ecapseman
 
-  } // ecapseman
-
 } // ecapseman
 
-#include <cpPlugins/Extensions/Algorithms/IterativeGaussianModelEstimator.hxx>
+#include <cpExtensions/Algorithms/IterativeGaussianModelEstimator.hxx>
 
-#endif // __CPPLUGINS__EXTENSIONS__ALGORITHMS__ITERATIVEGAUSSIANMODELESTIMATOR__H__
+#endif // __CPEXTENSIONS__ALGORITHMS__ITERATIVEGAUSSIANMODELESTIMATOR__H__
 
 // eof - $RCSfile$