]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Image/DijkstraWithEndPointDetection.h
CMake updated. Some other filters added.
[FrontAlgorithms.git] / lib / fpa / Image / DijkstraWithEndPointDetection.h
index b32d68a2bbb5f8dc0cc6db563968a1321f8f654e..13da72994d5e74327595f7d3409721cc7316680c 100644 (file)
@@ -31,6 +31,7 @@ namespace fpa
       typedef typename Superclass::TVertexCompare       TVertexCompare;
       typedef typename Superclass::TValue               TValue;
       typedef typename Superclass::TResult              TResult;
+      typedef typename Superclass::TSpace               TSpace;
       typedef typename Superclass::TMinimumSpanningTree TMinimumSpanningTree;
       typedef typename Superclass::TCostFunction        TCostFunction;
       typedef typename Superclass::TConversionFunction  TConversionFunction;
@@ -54,8 +55,10 @@ namespace fpa
       typedef unsigned short                          TLabel;
       typedef itk::Image< TLabel, I::ImageDimension > TLabelImage;
 
-      typedef fpa::Base::UniqueValuesContainer< TVertex, TVertexCompare > TUniqueVertices;
-      typedef fpa::Base::MatrixValuesContainer< TVertex, TLabel, TVertexCompare > TBranches;
+      typedef fpa::Base::
+      UniqueValuesContainer< TVertex, TVertexCompare > TUniqueVertices;
+      typedef fpa::Base::
+      MatrixValuesContainer< TVertex, TLabel, TVertexCompare > TBranches;
 
     protected:
       typedef typename Superclass::_TVertices      _TVertices;