]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Visualization/SeedWidgetCorrector.h
...
[cpPlugins.git] / lib / cpExtensions / Visualization / SeedWidgetCorrector.h
similarity index 60%
rename from lib/cpPlugins/Extensions/Visualization/SeedWidgetCorrector.h
rename to lib/cpExtensions/Visualization/SeedWidgetCorrector.h
index 6493c0dd5cf5332d1e3ffbdd55a7dc17ff0fc2a3..13bd75cb1d6663bb7c2006af413a0e4cbc9845ab 100644 (file)
@@ -1,22 +1,20 @@
-#ifndef __CPPLUGINS__EXTENSIONS__VISUALIZATION__SEEDWIDGETCORRECTOR__H__
-#define __CPPLUGINS__EXTENSIONS__VISUALIZATION__SEEDWIDGETCORRECTOR__H__
+#ifndef __CPEXTENSIONS__VISUALIZATION__SEEDWIDGETCORRECTOR__H__
+#define __CPEXTENSIONS__VISUALIZATION__SEEDWIDGETCORRECTOR__H__
 
-#include <cpPlugins/Extensions/cpPlugins_Extensions_Export.h>
+#include <cpExtensions/cpExtensions_Export.h>
 
 #include <vtkCommand.h>
 
 class vtkCellPicker;
 class vtkSeedWidget;
 
-namespace cpPlugins
-{
-  namespace Extensions
+namespace cpExtensions
   {
     namespace Visualization
     {
       /**
        */
-      class cpPlugins_Extensions_EXPORT SeedWidgetCorrector
+      class cpExtensions_EXPORT SeedWidgetCorrector
         : public vtkCommand
       {
       public:
@@ -40,10 +38,8 @@ namespace cpPlugins
 
     } // ecapseman
 
-  } // ecapseman
-
 } // ecapseman
 
-#endif // __CPPLUGINS__EXTENSIONS__VISUALIZATION__SEEDWIDGETCORRECTOR__H__
+#endif // __CPEXTENSIONS__VISUALIZATION__SEEDWIDGETCORRECTOR__H__
 
 // eof - $RCSfile$