]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Algorithms/IsoImageSlicer.h
...
[cpPlugins.git] / lib / cpExtensions / Algorithms / IsoImageSlicer.h
similarity index 95%
rename from lib/cpPlugins/Extensions/Algorithms/IsoImageSlicer.h
rename to lib/cpExtensions/Algorithms/IsoImageSlicer.h
index e623670924c01dddcf6574139d51b9b7dc140cd9..9479d343cbea49fcde8e121fa79db02fea1034ab 100644 (file)
@@ -2,8 +2,8 @@
 // @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
 // -------------------------------------------------------------------------
 
-#ifndef __CPPLUGINS__EXTENSIONS__ALGORITHMS__ISOIMAGESLICER__H__
-#define __CPPLUGINS__EXTENSIONS__ALGORITHMS__ISOIMAGESLICER__H__
+#ifndef __CPEXTENSIONS__ALGORITHMS__ISOIMAGESLICER__H__
+#define __CPEXTENSIONS__ALGORITHMS__ISOIMAGESLICER__H__
 
 #include <itkAffineTransform.h>
 #include <itkExtractImageFilter.h>
@@ -14,9 +14,7 @@
 #include <itkVectorResampleImageFilter.h>
 #include <itkVectorInterpolateImageFunction.h>
 
-namespace cpPlugins
-{
-  namespace Extensions
+namespace cpExtensions
   {
     namespace Algorithms
     {
@@ -179,12 +177,10 @@ namespace cpPlugins
 
     } // ecapseman
 
-  } // ecapseman
-
 } // ecapseman
 
-#include <cpPlugins/Extensions/Algorithms/IsoImageSlicer.hxx>
+#include <cpExtensions/Algorithms/IsoImageSlicer.hxx>
 
-#endif // __CPPLUGINS__EXTENSIONS__ALGORITHMS__ISOIMAGESLICER__H__
+#endif // __CPEXTENSIONS__ALGORITHMS__ISOIMAGESLICER__H__
 
 // eof - $RCSfile$