void ExtractStation_1RL_Ant_Limits();
void ExtractStation_1RL_Post_Limits();
+ // 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;
+
+
+
// Station 7
void ExtractStation_7();
void ExtractStation_7_SetDefaultValues();
ListOfPointsType & LR,
ListOfPointsType & Ant,
ListOfPointsType & Post);
- // Station 4RL
- void ExtractStation_4RL();
- void ExtractStation_4RL_SI_Limits();
- void ExtractStation_4RL_LR_Limits();
- void ExtractStation_4RL_AP_Limits();
- MaskImagePointer m_RightSupport;
- MaskImagePointer m_LeftSupport;
-
private:
ExtractLymphStationsFilter(const Self&); //purposely not implemented
void operator=(const Self&); //purposely not implemented
ExtractStation_2RL_SetDefaultValues();
ExtractStation_3A_SetDefaultValues();
ExtractStation_1RL_SetDefaultValues();
+ ExtractStation_4RL_SetDefaultValues();
ExtractStation_7_SetDefaultValues();
ExtractStation_8_SetDefaultValues();
// Extract Station1RL
ExtractStation_1RL();
+ // Extract Station1RL
+ ExtractStation_4RL();
+
// ---------- TODO -----------------------
// Extract Station8
this->StartSubStep();
ExtractStation_7();
this->StopSubStep();
-
- if (0) { // temporary suppress
- // Extract Station4RL
- this->StartNewStep("Station 4RL");
- this->StartSubStep();
- //ExtractStation_4RL();
- this->StopSubStep();
- }
+
}
//--------------------------------------------------------------------
//--------------------------------------------------------------------
-//--------------------------------------------------------------------
-template <class TImageType>
-void
-clitk::ExtractLymphStationsFilter<TImageType>::
-ExtractStation_4RL() {
- DD("TODO");
- exit(0);
- /*
- WARNING ONLY 4R FIRST !!! (not same inf limits)
- */
- ExtractStation_4RL_SI_Limits();
- ExtractStation_4RL_LR_Limits();
- ExtractStation_4RL_AP_Limits();
-}
-//--------------------------------------------------------------------
-
-
//--------------------------------------------------------------------
template <class ImageType>
void