X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2Ffpa%2FDataStructures%2FImage%2FSkeleton.h;h=f51295a8d93e397940e2b1618a78b53bda10a7c6;hb=fb178e69a1a632a11779ca17a44d2f31b9fd9661;hp=6fbb33dd3f336060e5c8d02509c344fe1b74ecea;hpb=e977d1bb57ca61759a1fb1a1d0d8937718ef8722;p=FrontAlgorithms.git diff --git a/lib/fpa/DataStructures/Image/Skeleton.h b/lib/fpa/DataStructures/Image/Skeleton.h index 6fbb33d..f51295a 100644 --- a/lib/fpa/DataStructures/Image/Skeleton.h +++ b/lib/fpa/DataStructures/Image/Skeleton.h @@ -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 #include -#include +#include 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 #endif // ITK_MANUAL_INSTANTIATION #endif // __fpa__DataStructures__Image__Skeleton__h__ - // eof - $RCSfile$