]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Visualization/Image3DMPR.h
...
[cpPlugins.git] / lib / cpExtensions / Visualization / Image3DMPR.h
similarity index 88%
rename from lib/cpPlugins/Extensions/Visualization/Image3DMPR.h
rename to lib/cpExtensions/Visualization/Image3DMPR.h
index bc9b22776323b8ee0cad951a74a0beb7f1ef59fb..37240a7a7019bcaaa2c3140fd9505c5072bce369 100644 (file)
@@ -1,7 +1,7 @@
-#ifndef __CPPLUGINS__EXTENSIONS__VISUALIZATION__IMAGE3DMPR__H__
-#define __CPPLUGINS__EXTENSIONS__VISUALIZATION__IMAGE3DMPR__H__
+#ifndef __CPEXTENSIONS__VISUALIZATION__IMAGE3DMPR__H__
+#define __CPEXTENSIONS__VISUALIZATION__IMAGE3DMPR__H__
 
-#include <cpPlugins/Extensions/cpPlugins_Extensions_Export.h>
+#include <cpExtensions/cpExtensions_Export.h>
 
 #include <vtkActor.h>
 #include <vtkCellPicker.h>
 #include <vtkSphereSource.h>
 #include <vtkLookupTable.h>
 
-namespace cpPlugins
-{
-  namespace Extensions
+namespace cpExtensions
   {
     namespace Visualization
     {
       /**
        */
-      class cpPlugins_Extensions_EXPORT Image3DMPR
+      class cpExtensions_EXPORT Image3DMPR
       {
       public:
         Image3DMPR( );
@@ -90,10 +88,8 @@ namespace cpPlugins
 
     } // ecapseman
 
-  } // ecapseman
-
 } // ecapseman
 
-#endif // __CPPLUGINS__EXTENSIONS__VISUALIZATION__IMAGE3DMPR__H__
+#endif // __CPEXTENSIONS__VISUALIZATION__IMAGE3DMPR__H__
 
 // eof - $RCSfile$