]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Algorithms/RGBImageToOtherChannelsFilter.h
...
[cpPlugins.git] / lib / cpExtensions / Algorithms / RGBImageToOtherChannelsFilter.h
similarity index 83%
rename from lib/cpPlugins/Extensions/Algorithms/RGBImageToOtherChannelsFilter.h
rename to lib/cpExtensions/Algorithms/RGBImageToOtherChannelsFilter.h
index ad91f374854669807c4582b8ca171728b1a496d5..fb04b77583a5515b9913d24cf40f1d0c6e829c84 100644 (file)
@@ -2,14 +2,12 @@
 // @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
 // -------------------------------------------------------------------------
 
-#ifndef __CPPLUGINS__EXTENSIONS__ALGORITHMS__RGBIMAGETOOTHERCHANNELSFILTER__H__
-#define __CPPLUGINS__EXTENSIONS__ALGORITHMS__RGBIMAGETOOTHERCHANNELSFILTER__H__
+#ifndef __CPEXTENSIONS__ALGORITHMS__RGBIMAGETOOTHERCHANNELSFILTER__H__
+#define __CPEXTENSIONS__ALGORITHMS__RGBIMAGETOOTHERCHANNELSFILTER__H__
 
 #include <itkImageToImageFilter.h>
 
-namespace cpPlugins
-{
-  namespace Extensions
+namespace cpExtensions
   {
     namespace Algorithms
     {
@@ -71,12 +69,10 @@ namespace cpPlugins
 
     } // ecapseman
 
-  } // ecapseman
-
 } // ecapseman
 
-#include <cpPlugins/Extensions/Algorithms/RGBImageToOtherChannelsFilter.hxx>
+#include <cpExtensions/Algorithms/RGBImageToOtherChannelsFilter.hxx>
 
-#endif // __CPPLUGINS__EXTENSIONS__ALGORITHMS__RGBIMAGETOOTHERCHANNELSFILTER__H__
+#endif // __CPEXTENSIONS__ALGORITHMS__RGBIMAGETOOTHERCHANNELSFILTER__H__
 
 // eof - $RCSfile$