]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/DataStructures/Image/Skeleton.h
...
[FrontAlgorithms.git] / lib / fpa / DataStructures / Image / Skeleton.h
index 6fbb33dd3f336060e5c8d02509c344fe1b74ecea..f51295a8d93e397940e2b1618a78b53bda10a7c6 100644 (file)
@@ -2,13 +2,12 @@
 // @author Leonardo Florez Valencia
 // @email florez-l@javeriana.edu.co
 // =========================================================================
-
 #ifndef __fpa__DataStructures__Image__Skeleton__h__
 #define __fpa__DataStructures__Image__Skeleton__h__
 
 #include <vector>
 #include <fpa/DataStructures/Graph.h>
-#include <fpa/DataStructures/Image/PolyLineParametricPath.h>
+#include <fpa/DataStructures/Image/Path.h>
 
 namespace fpa
 {
@@ -20,10 +19,10 @@ namespace fpa
        */
       template< unsigned int _VDim >
       class Skeleton
-        : public fpa::DataStructures::Graph< typename fpa::DataStructures::Image::PolyLineParametricPath< _VDim >::TIndex, typename fpa::DataStructures::Image::PolyLineParametricPath< _VDim >::Pointer, typename fpa::DataStructures::Image::PolyLineParametricPath< _VDim >::TIndex, typename fpa::DataStructures::Image::PolyLineParametricPath< _VDim >::TIndex::LexicographicCompare >
+        : public fpa::DataStructures::Graph< typename fpa::DataStructures::Image::Path< _VDim >::TIndex, typename fpa::DataStructures::Image::Path< _VDim >::Pointer, typename fpa::DataStructures::Image::Path< _VDim >::TIndex, typename fpa::DataStructures::Image::Path< _VDim >::TIndex::LexicographicCompare >
       {
       public:
-        typedef fpa::DataStructures::Image::PolyLineParametricPath< _VDim > TPath;
+        typedef fpa::DataStructures::Image::Path< _VDim > TPath;
         typedef typename TPath::TIndex                TIndex;
         typedef typename TIndex::LexicographicCompare TIndexCompare;
         typedef typename TPath::Pointer               TPathPointer;
@@ -66,5 +65,4 @@ namespace fpa
 #  include <fpa/DataStructures/Image/Skeleton.hxx>
 #endif // ITK_MANUAL_INSTANTIATION
 #endif // __fpa__DataStructures__Image__Skeleton__h__
-
 // eof - $RCSfile$