]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Base/ExtractBranchesFromMinimumSpanningTree.h
...
[FrontAlgorithms.git] / lib / fpa / Base / ExtractBranchesFromMinimumSpanningTree.h
index 06c304607d4317ce7d8eb63c6104878631640fe0..985d339f5b851a7ca2f4592d774a16f23a70232f 100644 (file)
@@ -24,8 +24,9 @@ namespace fpa
       typedef T                          TMinimumSpanningTree;
       typedef typename T::TVertex        TVertex;
       typedef typename T::TVertexCompare TVertexCompare;
+      typedef std::vector< TVertex >     TPath;
       typedef
-      fpa::Base::MatrixValuesContainer< TVertex, bool, TVertexCompare >
+      fpa::Base::MatrixValuesContainer< TVertex, TPath, TVertexCompare >
       TBranches;
 
       typedef std::set< TVertex, TVertexCompare > TEndPoints;