X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2Ffpa%2FImage%2FSkeletonFilter.h;h=6ed2b3289daa20469ea8fb63994ae2e4fa3f231b;hb=e8548d1529b25ab74bca646333612fbe3e16e73f;hp=9f0542f47336d1b07b28c2cc294fa96057b1bc83;hpb=cd6b3f8433deaf2ba7c6bb0ece8e5912c760db17;p=FrontAlgorithms.git diff --git a/lib/fpa/Image/SkeletonFilter.h b/lib/fpa/Image/SkeletonFilter.h index 9f0542f..6ed2b32 100644 --- a/lib/fpa/Image/SkeletonFilter.h +++ b/lib/fpa/Image/SkeletonFilter.h @@ -32,7 +32,8 @@ namespace fpa typedef itk::SmartPointer< Self > Pointer; typedef itk::SmartPointer< const Self > ConstPointer; - typedef typename Superclass::TVertex TVertex; + typedef typename Superclass::TMST TMST; + typedef typename Superclass::TVertex TVertex; typedef typename Superclass::TOutputValue TOutputValue; typedef itk::SignedMaurerDistanceMapImageFilter< TImage, TScalarImage > TDistanceMap;