]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Image/DijkstraWithSphereBacktracking.h
Submission to GRETSI
[FrontAlgorithms.git] / lib / fpa / Image / DijkstraWithSphereBacktracking.h
index 0dc630e39b3a09b642198a05cb79a137e9fe0cdf..137017a50a2adb5bbf5090217f6083f967347f5d 100644 (file)
@@ -52,7 +52,8 @@ namespace fpa
       itkNewMacro( Self );
       itkTypeMacro( DijkstraWithSphereBacktracking, Dijkstra );
 
-      itkGetConstMacro( FinalTree, TTree );
+      itkGetConstMacro( FullTree, TTree );
+      itkGetConstMacro( ReducedTree, TTree );
       itkGetConstMacro( EndPoints, TVertices );
       itkGetConstMacro( BifurcationPoints, TVertices );
       itkGetConstMacro( NumberOfBranches, TMark );
@@ -78,7 +79,8 @@ namespace fpa
 
     protected:
       _TCandidates m_Candidates;
-      TTree        m_FinalTree;
+      TTree        m_FullTree;
+      TTree        m_ReducedTree;
       TVertices    m_BifurcationPoints;
       TVertices    m_EndPoints;
       TMark        m_NumberOfBranches;