]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Algorithms/LightCompensationFilter.hxx
...
[cpPlugins.git] / lib / cpExtensions / Algorithms / LightCompensationFilter.hxx
similarity index 82%
rename from lib/cpPlugins/Extensions/Algorithms/LightCompensationFilter.hxx
rename to lib/cpExtensions/Algorithms/LightCompensationFilter.hxx
index fef98fd6e51e7fffedb8fd316978dfb12cb149a2..f75ffcdd44ed4592ac2bbcfbc0fdd71ed7b48247 100644 (file)
@@ -2,8 +2,8 @@
 // @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
 // -------------------------------------------------------------------------
 
-#ifndef __CPPLUGINS__EXTENSIONS__ALGORITHMS__LIGHTCOMPENSATIONFILTER__HXX__
-#define __CPPLUGINS__EXTENSIONS__ALGORITHMS__LIGHTCOMPENSATIONFILTER__HXX__
+#ifndef __CPEXTENSIONS__ALGORITHMS__LIGHTCOMPENSATIONFILTER__HXX__
+#define __CPEXTENSIONS__ALGORITHMS__LIGHTCOMPENSATIONFILTER__HXX__
 
 #include <itkImageRegionIterator.h>
 #include <itkImageRegionConstIterator.h>
@@ -11,7 +11,7 @@
 
 // -------------------------------------------------------------------------
 template< class I >
-cpPlugins::Extensions::Algorithms::LightCompensationFilter< I >::
+cpExtensions::Algorithms::LightCompensationFilter< I >::
 LightCompensationFilter( )
   : Superclass( )
 {
@@ -21,14 +21,14 @@ LightCompensationFilter( )
 
 // -------------------------------------------------------------------------
 template< class I >
-cpPlugins::Extensions::Algorithms::LightCompensationFilter< I >::
+cpExtensions::Algorithms::LightCompensationFilter< I >::
 ~LightCompensationFilter( )
 {
 }
 
 // -------------------------------------------------------------------------
 template< class I >
-void cpPlugins::Extensions::Algorithms::LightCompensationFilter< I >::
+void cpExtensions::Algorithms::LightCompensationFilter< I >::
 BeforeThreadedGenerateData( )
 {
   this->Superclass::BeforeThreadedGenerateData( );
@@ -50,7 +50,7 @@ BeforeThreadedGenerateData( )
 
 // -------------------------------------------------------------------------
 template< class I >
-void cpPlugins::Extensions::Algorithms::LightCompensationFilter< I >::
+void cpExtensions::Algorithms::LightCompensationFilter< I >::
 ThreadedGenerateData( const TRegion& region, itk::ThreadIdType id )
 {
   typedef itk::NumericTraits< typename I::PixelType > _TPixelTraits;
@@ -85,12 +85,12 @@ ThreadedGenerateData( const TRegion& region, itk::ThreadIdType id )
 
 // -------------------------------------------------------------------------
 template< class I >
-void cpPlugins::Extensions::Algorithms::LightCompensationFilter< I >::
+void cpExtensions::Algorithms::LightCompensationFilter< I >::
 AfterThreadedGenerateData( )
 {
   this->Superclass::AfterThreadedGenerateData( );
 }
 
-#endif // __CPPLUGINS__EXTENSIONS__ALGORITHMS__LIGHTCOMPENSATIONFILTER__HXX__
+#endif // __CPEXTENSIONS__ALGORITHMS__LIGHTCOMPENSATIONFILTER__HXX__
 
 // eof - $RCSfile$