]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Image/DijkstraWithSphereBacktracking.h
Add
[FrontAlgorithms.git] / lib / fpa / Image / DijkstraWithSphereBacktracking.h
index 0cc0c4f637b7fabc5c6808db06bc0f25bfd26381..070a01a2706fb8f85189274307baa7f769a45e6b 100644 (file)
@@ -50,6 +50,7 @@ namespace fpa
 
       itkGetConstMacro( FinalTree, TTree );
       itkGetConstMacro( EndPoints, TVertices );
+      itkGetConstMacro( BifurcationPoints, TVertices );
 
     protected:
       DijkstraWithSphereBacktracking( );
@@ -69,6 +70,7 @@ namespace fpa
     protected:
       _TCandidates m_Candidates;
       TTree        m_FinalTree;
+      TVertices    m_BifurcationPoints;
       TVertices    m_EndPoints;
     };