]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Algorithms/GulsunTekMedialness.hxx
...
[cpPlugins.git] / lib / cpExtensions / Algorithms / GulsunTekMedialness.hxx
similarity index 91%
rename from lib/cpPlugins/Extensions/Algorithms/GulsunTekMedialness.hxx
rename to lib/cpExtensions/Algorithms/GulsunTekMedialness.hxx
index af30c7404d1cd84f58ec9fb1b87ff40239a75c1a..d4d4556cadcab2da40ba6ebae0534cc91086c9a0 100644 (file)
@@ -2,8 +2,8 @@
 // @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
 // -------------------------------------------------------------------------
 
-#ifndef __CPPLUGINS__EXTENSIONS__ALGORITHMS__GULSUNTEKMEDIALNESS__HXX__
-#define __CPPLUGINS__EXTENSIONS__ALGORITHMS__GULSUNTEKMEDIALNESS__HXX__
+#ifndef __CPEXTENSIONS__ALGORITHMS__GULSUNTEKMEDIALNESS__HXX__
+#define __CPEXTENSIONS__ALGORITHMS__GULSUNTEKMEDIALNESS__HXX__
 
 #include <cmath>
 #include <vnl/vnl_math.h>
@@ -18,7 +18,7 @@
 
 // -------------------------------------------------------------------------
 template< class G >
-cpPlugins::Extensions::Algorithms::GulsunTekMedialness< G >::
+cpExtensions::Algorithms::GulsunTekMedialness< G >::
 GulsunTekMedialness( )
   : Superclass( ),
     m_MinRadius( double( 0 ) ),
@@ -30,15 +30,15 @@ GulsunTekMedialness( )
 
 // -------------------------------------------------------------------------
 template< class G >
-cpPlugins::Extensions::Algorithms::GulsunTekMedialness< G >::
+cpExtensions::Algorithms::GulsunTekMedialness< G >::
 ~GulsunTekMedialness( )
 {
 }
 
 // -------------------------------------------------------------------------
 template< class G >
-typename cpPlugins::Extensions::Algorithms::GulsunTekMedialness< G >::
-TOutput cpPlugins::Extensions::Algorithms::GulsunTekMedialness< G >::
+typename cpExtensions::Algorithms::GulsunTekMedialness< G >::
+TOutput cpExtensions::Algorithms::GulsunTekMedialness< G >::
 _Evaluate( const TIndex& i ) const
 {
   const G* gradient = this->GetInputImage( );
@@ -192,6 +192,6 @@ _Evaluate( const TIndex& i ) const
   */
 }
 
-#endif // __CPPLUGINS__EXTENSIONS__ALGORITHMS__GULSUNTEKMEDIALNESS__HXX__
+#endif // __CPEXTENSIONS__ALGORITHMS__GULSUNTEKMEDIALNESS__HXX__
 
 // eof - $RCSfile$