]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Algorithms/MultiScaleGaussianImageFilter.hxx
...
[cpPlugins.git] / lib / cpExtensions / Algorithms / MultiScaleGaussianImageFilter.hxx
similarity index 89%
rename from lib/cpPlugins/Extensions/Algorithms/MultiScaleGaussianImageFilter.hxx
rename to lib/cpExtensions/Algorithms/MultiScaleGaussianImageFilter.hxx
index 0ec51568de78b29d3141a0c2ef0957a69c86c12f..c2e7cffa8cc4373acbe58b922851852365c0744b 100644 (file)
@@ -2,8 +2,8 @@
 // @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
 // -------------------------------------------------------------------------
 
-#ifndef __CPPLUGINS__EXTENSIONS__ALGORITHMS__MULTISCALEGAUSSIANIMAGEFILTER__HXX__
-#define __CPPLUGINS__EXTENSIONS__ALGORITHMS__MULTISCALEGAUSSIANIMAGEFILTER__HXX__
+#ifndef __CPEXTENSIONS__ALGORITHMS__MULTISCALEGAUSSIANIMAGEFILTER__HXX__
+#define __CPEXTENSIONS__ALGORITHMS__MULTISCALEGAUSSIANIMAGEFILTER__HXX__
 
 #include <vnl/vnl_vector.h>
 
@@ -20,7 +20,7 @@
 
 // -------------------------------------------------------------------------
 template< class I, class O >
-cpPlugins::Extensions::Algorithms::
+cpExtensions::Algorithms::
 MultiScaleGaussianImageFilter< I, O >::_Greater::
 _Greater( )
 {
@@ -28,7 +28,7 @@ _Greater( )
 
 // -------------------------------------------------------------------------
 template< class I, class O >
-cpPlugins::Extensions::Algorithms::
+cpExtensions::Algorithms::
 MultiScaleGaussianImageFilter< I, O >::_Greater::
 ~_Greater( )
 {
@@ -36,7 +36,7 @@ MultiScaleGaussianImageFilter< I, O >::_Greater::
 
 // -------------------------------------------------------------------------
 template< class I, class O >
-bool cpPlugins::Extensions::Algorithms::
+bool cpExtensions::Algorithms::
 MultiScaleGaussianImageFilter< I, O >::_Greater::
 operator!=( const _Greater& b ) const
 {
@@ -45,7 +45,7 @@ operator!=( const _Greater& b ) const
 
 // -------------------------------------------------------------------------
 template< class I, class O >
-bool cpPlugins::Extensions::Algorithms::
+bool cpExtensions::Algorithms::
 MultiScaleGaussianImageFilter< I, O >::_Greater::
 operator==( const _Greater& b ) const
 {
@@ -54,9 +54,9 @@ operator==( const _Greater& b ) const
 
 // -------------------------------------------------------------------------
 template< class I, class O >
-typename cpPlugins::Extensions::Algorithms::
+typename cpExtensions::Algorithms::
 MultiScaleGaussianImageFilter< I, O >::_Greater::
-_T cpPlugins::Extensions::Algorithms::
+_T cpExtensions::Algorithms::
 MultiScaleGaussianImageFilter< I, O >::_Greater::
 operator()( const _T& a ) const
 {
@@ -65,9 +65,9 @@ operator()( const _T& a ) const
 
 // -------------------------------------------------------------------------
 template< class I, class O >
-typename cpPlugins::Extensions::Algorithms::
+typename cpExtensions::Algorithms::
 MultiScaleGaussianImageFilter< I, O >::_Greater::
-_T cpPlugins::Extensions::Algorithms::
+_T cpExtensions::Algorithms::
 MultiScaleGaussianImageFilter< I, O >::_Greater::
 operator()( const _T& a, const _T& b ) const
 {
@@ -86,7 +86,7 @@ operator()( const _T& a, const _T& b ) const
 // -------------------------------------------------------------------------
 template< class I, class O >
 void
-cpPlugins::Extensions::Algorithms::
+cpExtensions::Algorithms::
 MultiScaleGaussianImageFilter< I, O >::
 SetFilterToGradient( )
 {
@@ -103,7 +103,7 @@ SetFilterToGradient( )
 // -------------------------------------------------------------------------
 template< class I, class O >
 void
-cpPlugins::Extensions::Algorithms::
+cpExtensions::Algorithms::
 MultiScaleGaussianImageFilter< I, O >::
 SetFilterToGradientMagnitude( )
 {
@@ -117,7 +117,7 @@ SetFilterToGradientMagnitude( )
 // -------------------------------------------------------------------------
 template< class I, class O >
 void
-cpPlugins::Extensions::Algorithms::
+cpExtensions::Algorithms::
 MultiScaleGaussianImageFilter< I, O >::
 SetFilterToHessian( )
 {
@@ -127,7 +127,7 @@ SetFilterToHessian( )
 // -------------------------------------------------------------------------
 template< class I, class O >
 bool
-cpPlugins::Extensions::Algorithms::
+cpExtensions::Algorithms::
 MultiScaleGaussianImageFilter< I, O >::
 IsGradientFilter( ) const
 {
@@ -137,7 +137,7 @@ IsGradientFilter( ) const
 // -------------------------------------------------------------------------
 template< class I, class O >
 bool
-cpPlugins::Extensions::Algorithms::
+cpExtensions::Algorithms::
 MultiScaleGaussianImageFilter< I, O >::
 IsGradientMagnitudeFilter( ) const
 {
@@ -147,7 +147,7 @@ IsGradientMagnitudeFilter( ) const
 // -------------------------------------------------------------------------
 template< class I, class O >
 bool
-cpPlugins::Extensions::Algorithms::
+cpExtensions::Algorithms::
 MultiScaleGaussianImageFilter< I, O >::
 IsHessianFilter( ) const
 {
@@ -157,7 +157,7 @@ IsHessianFilter( ) const
 // -------------------------------------------------------------------------
 template< class I, class O >
 void
-cpPlugins::Extensions::Algorithms::
+cpExtensions::Algorithms::
 MultiScaleGaussianImageFilter< I, O >::
 AddScale( const double& s )
 {
@@ -168,7 +168,7 @@ AddScale( const double& s )
 // -------------------------------------------------------------------------
 template< class I, class O >
 unsigned long
-cpPlugins::Extensions::Algorithms::
+cpExtensions::Algorithms::
 MultiScaleGaussianImageFilter< I, O >::
 GetNumberOfScales( ) const
 {
@@ -177,7 +177,7 @@ GetNumberOfScales( ) const
 
 // -------------------------------------------------------------------------
 template< class I, class O >
-cpPlugins::Extensions::Algorithms::
+cpExtensions::Algorithms::
 MultiScaleGaussianImageFilter< I, O >::
 MultiScaleGaussianImageFilter( )
   : Superclass( )
@@ -194,7 +194,7 @@ MultiScaleGaussianImageFilter( )
 
 // -------------------------------------------------------------------------
 template< class I, class O >
-cpPlugins::Extensions::Algorithms::
+cpExtensions::Algorithms::
 MultiScaleGaussianImageFilter< I, O >::
 ~MultiScaleGaussianImageFilter( )
 {
@@ -203,7 +203,7 @@ MultiScaleGaussianImageFilter< I, O >::
 // -------------------------------------------------------------------------
 template< class I, class O >
 void
-cpPlugins::Extensions::Algorithms::
+cpExtensions::Algorithms::
 MultiScaleGaussianImageFilter< I, O >::
 GenerateData( )
 {
@@ -223,7 +223,7 @@ GenerateData( )
 template< class I, class O >
 template< class F >
 void
-cpPlugins::Extensions::Algorithms::
+cpExtensions::Algorithms::
 MultiScaleGaussianImageFilter< I, O >::
 _GenerateData( )
 {
@@ -310,6 +310,6 @@ _GenerateData( )
   } // rof
 }
 
-#endif // __CPPLUGINS__EXTENSIONS__ALGORITHMS__MULTISCALEGAUSSIANIMAGEFILTER__HXX__
+#endif // __CPEXTENSIONS__ALGORITHMS__MULTISCALEGAUSSIANIMAGEFILTER__HXX__
 
 // eof - $RCSfile$