]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Image/SkeletonFilter.h
...
[FrontAlgorithms.git] / lib / fpa / Image / SkeletonFilter.h
index 9f0542f47336d1b07b28c2cc294fa96057b1bc83..6ed2b3289daa20469ea8fb63994ae2e4fa3f231b 100644 (file)
@@ -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;