]> Creatis software - clitk.git/commitdiff
Add station 5 and 6
authorDavid Sarrut <david.sarrut@creatis.insa-lyon.fr>
Wed, 5 Oct 2011 09:05:07 +0000 (11:05 +0200)
committerDavid Sarrut <david.sarrut@creatis.insa-lyon.fr>
Wed, 5 Oct 2011 09:05:07 +0000 (11:05 +0200)
segmentation/clitkExtractLymphStationsFilter.h
segmentation/clitkExtractLymphStationsFilter.txx

index 60a73e01cc57d1501d270c2d392942d533c7409e..b7b8c3b939bf0039542db04cb0a6e1411c688820 100644 (file)
@@ -227,12 +227,16 @@ namespace clitk {
     // Station 4RL
     void ExtractStation_4RL_SetDefaultValues();
     void ExtractStation_4RL();
-    void ExtractStation_4RL_SI_Limits();
-    void ExtractStation_4RL_LR_Limits();
-    void ExtractStation_4RL_AP_Limits();
-    MaskImagePointer m_RightSupport;
-    MaskImagePointer m_LeftSupport;
+    void ExtractStation_S4L_S5_Limits_Aorta_LeftPulmonaryArtery(int KeepPoint);
 
+    // Station 5
+    void ExtractStation_5_SetDefaultValues();
+    void ExtractStation_5();
+    void ExtractStation_5_Limits_AscendingAorta_Ant();
+
+    // Station 6
+    void ExtractStation_6_SetDefaultValues();
+    void ExtractStation_6();
 
 
     // Station 7
@@ -281,6 +285,9 @@ namespace clitk {
 #include "clitkExtractLymphStation_3A.txx"
 #include "clitkExtractLymphStation_4RL.txx"
 #include "clitkExtractLymphStation_1RL.txx"
+#include "clitkExtractLymphStation_5.txx"
+#include "clitkExtractLymphStation_6.txx"
+
 #include "clitkExtractLymphStation_8.txx"
 #include "clitkExtractLymphStation_7.txx"
 #endif
index f12d3bc9a494b1dfa023c8bdaa8465208d819642..9051ec154df9cf5c8a8cc94cb640556a27f73819 100644 (file)
@@ -63,7 +63,10 @@ ExtractLymphStationsFilter():
   ExtractStation_3A_SetDefaultValues();
   ExtractStation_1RL_SetDefaultValues();
   ExtractStation_4RL_SetDefaultValues();
+  ExtractStation_5_SetDefaultValues();
+  ExtractStation_6_SetDefaultValues();
 
+  // TODO
   ExtractStation_7_SetDefaultValues();
   ExtractStation_8_SetDefaultValues();
 }
@@ -122,20 +125,14 @@ GenerateOutputInformation() {
     this->StopSubStep();  
   }
 
-  // Extract Station3P
+  // Extract Stations
   ExtractStation_3P();
-
-  // Extract Station3A
   ExtractStation_3A();
-
-  // Extract Station2RL
   ExtractStation_2RL();
-
-  // Extract Station1RL
   ExtractStation_1RL();
-
-  // Extract Station1RL
   ExtractStation_4RL();
+  ExtractStation_5();
+  ExtractStation_6();
 
   // ---------- TODO -----------------------