]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Algorithms/KalmanFilter.h
...
[cpPlugins.git] / lib / cpExtensions / Algorithms / KalmanFilter.h
similarity index 93%
rename from lib/cpPlugins/Extensions/Algorithms/KalmanFilter.h
rename to lib/cpExtensions/Algorithms/KalmanFilter.h
index 849ac34fd5c38f0cc1ac9e735cabf6c7ca042412..de6090f98c72353c031905547cae6f7bf8a95eab 100644 (file)
@@ -2,10 +2,10 @@
 // @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
 // -------------------------------------------------------------------------
 
-#ifndef __CPPLUGINS__EXTENSIONS__ALGORITHMS__KALMANFILTER__H__
-#define __CPPLUGINS__EXTENSIONS__ALGORITHMS__KALMANFILTER__H__
+#ifndef __CPEXTENSIONS__ALGORITHMS__KALMANFILTER__H__
+#define __CPEXTENSIONS__ALGORITHMS__KALMANFILTER__H__
 
-#include <cpPlugins/Extensions/cpPlugins_Extensions_Export.h>
+#include <cpExtensions/cpExtensions_Export.h>
 
 #include <itkObject.h>
 #include <itkObjectFactory.h>
@@ -47,9 +47,7 @@
   kalmanGetVectorMacro( var, name );            \
   kalmanSetVectorMacro( var, name );
 
-namespace cpPlugins
-{
-  namespace Extensions
+namespace cpExtensions
   {
     namespace Algorithms
     {
@@ -59,7 +57,7 @@ namespace cpPlugins
        * for a description of this algorithm.
        */
       template< typename T >
-      class cpPlugins_Extensions_EXPORT KalmanFilter
+      class cpExtensions_EXPORT KalmanFilter
         : public itk::Object
       {
       public:
@@ -206,12 +204,10 @@ namespace cpPlugins
 
     } // ecapseman
 
-  } // ecapseman
-
 } // ecapseman
 
-#include <cpPlugins/Extensions/Algorithms/KalmanFilter.hxx>
+#include <cpExtensions/Algorithms/KalmanFilter.hxx>
 
-#endif // __CPPLUGINS__EXTENSIONS__ALGORITHMS__KALMANFILTER__H__
+#endif // __CPEXTENSIONS__ALGORITHMS__KALMANFILTER__H__
 
 // eof - $RCSfile$