From 679ce81bf9cf5e8df71b11eff939193d02cb06b8 Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Mon, 10 Oct 2011 14:15:44 +0200 Subject: [PATCH] Add comment (future changes todo) --- segmentation/clitkExtractLymphStation_3A.txx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/segmentation/clitkExtractLymphStation_3A.txx b/segmentation/clitkExtractLymphStation_3A.txx index ba2fa62..26e478b 100644 --- a/segmentation/clitkExtractLymphStation_3A.txx +++ b/segmentation/clitkExtractLymphStation_3A.txx @@ -67,6 +67,13 @@ ExtractStation_3A_Post_Left_Limits_With_Aorta_S5_Support() // Inferiorly, Aorta has two CCL that merge into a single one when // S6 appears. Loop on Aorta slices, select the most ant one, detect // the most ant point. + + + + // ====> TO BE CHANGED USING AscendingAorta and DescendingAorta + + + std::vector slices; clitk::ExtractSlices(Aorta, 2, slices); std::vector points; -- 2.45.1