]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Algorithms/SkeletonReader.hxx
...
[cpPlugins.git] / lib / cpExtensions / Algorithms / SkeletonReader.hxx
index 744bd043a1d15f38e0aa40ee5a24bb3d3581161a..4235539f58f61f2f7ed89bcb35fa06449a3a9403 100644 (file)
@@ -5,8 +5,6 @@
 #ifndef __cpExtensions__Algorithms__SkeletonReader__hxx__
 #define __cpExtensions__Algorithms__SkeletonReader__hxx__
 
-#include <cpExtensions/Utility.h>
-
 // -------------------------------------------------------------------------
 template< class _TSkeleton >
 _TSkeleton* cpExtensions::Algorithms::SkeletonReader< _TSkeleton >::
@@ -115,14 +113,16 @@ GenerateData( )
   typedef typename _TPath::TContinuousIndex _TContinuousIndex;
 
   std::string buffer;
-  if( !( cpExtensions::Read( buffer, this->m_FileName ) ) )
-  {
-    itkExceptionMacro(
-      << "Error reading skeleton from \"" << this->m_FileName << "\""
-      );
-    return;
-
-  } // fi
+  /* TODO
+     if( !( cpExtensions::Read( buffer, this->m_FileName ) ) )
+     {
+     itkExceptionMacro(
+     << "Error reading skeleton from \"" << this->m_FileName << "\""
+     );
+     return;
+
+     } // fi
+  */
 
   std::istringstream in( buffer );
   unsigned int dim;