From: Eduardo DAVILA Date: Tue, 4 May 2021 04:26:31 +0000 (+0200) Subject: Clean code X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=fb209c9bde614ec46c1be6c46101e46888621c44;p=creaMaracasVisu.git Clean code --- diff --git a/bbtk/src/bbcreaMaracasVisuManualContourModel_Box.cxx b/bbtk/src/bbcreaMaracasVisuManualContourModel_Box.cxx index a6b2a7e..0d9bffe 100644 --- a/bbtk/src/bbcreaMaracasVisuManualContourModel_Box.cxx +++ b/bbtk/src/bbcreaMaracasVisuManualContourModel_Box.cxx @@ -913,7 +913,7 @@ void ManualContourModel_Box::Process() ShiftValues( &lstOutX, &lstOutY, &lstOutZ, &lstIndexsOut ); // Step 3.3. SIN Normalice points around contours // RedistributionPoints_SIN_iContour(-1, &lstOutX,&lstOutY,&lstOutZ,&lstIndexsOut,-1,-1); - RedistributionPointsAllContours_SIN( &lstOutX,&lstOutY,&lstOutZ,&lstIndexsOut); +// RedistributionPointsAllContours_SIN( &lstOutX,&lstOutY,&lstOutZ,&lstIndexsOut); // ShiftValues( &lstOutX, &lstOutY, &lstOutZ, &lstIndexsOut ); // Step 3.4 Transpose the vectors lstInX.clear();