]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Base/ExtractEndPointsAndBifurcationsFromMinimumSpanningTree.h
more experiments...
[FrontAlgorithms.git] / lib / fpa / Base / ExtractEndPointsAndBifurcationsFromMinimumSpanningTree.h
index d6e97af8577dc0063cab5d9ff9946a23bbf6121c..eaabf5a3f271918d6b891b2ac974640eba3f2035 100644 (file)
@@ -3,7 +3,7 @@
 
 #include <vector>
 #include <itkProcessObject.h>
-#include <itkSimpleDataObjectDecorator.h>
+#include <cpExtensions/DataStructures/ImageIndexesContainer.h>
 
 namespace fpa
 {
@@ -24,7 +24,9 @@ namespace fpa
       typedef _TMST  TMinimumSpanningTree;
       typedef typename _TMST::TVertex TVertex;
 
-      typedef itk::SimpleDataObjectDecorator< std::vector< TVertex > > TVertices;
+      typedef
+      cpExtensions::DataStructures::ImageIndexesContainer< TVertex::Dimension >
+      TVertices;
 
     public:
       itkTypeMacro(