]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Image/DijkstraWithEndPointDetection.h
Almost...
[FrontAlgorithms.git] / lib / fpa / Image / DijkstraWithEndPointDetection.h
index ecf197d94be5acd803ab41196f4ef848f884e73e..881b8f8e56fb4bfd8824fa9e02a96fd4cea828a4 100644 (file)
@@ -25,6 +25,7 @@ namespace fpa
       typedef typename Superclass::TInputImage         TInputImage;
       typedef typename Superclass::TOutputImage        TOutputImage;
       typedef typename Superclass::TVertex             TVertex;
+      typedef typename Superclass::TVertexCompare      TVertexCompare;
       typedef typename Superclass::TValue              TValue;
       typedef typename Superclass::TResult             TResult;
       typedef typename Superclass::TCostFunction       TCostFunction;