From: eduardo.davila@creatis.insa-lyon.fr Date: Tue, 17 Jun 2025 13:15:18 +0000 (+0200) Subject: #3579 ManualContourModel_Interpolate X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=a883a0b7b78afe088d58a1916fc81d07d5b2a843;p=creaMaracasVisu.git #3579 ManualContourModel_Interpolate --- diff --git a/bbtk/src/bbcreaMaracasVisuColorLayerImageView.cxx b/bbtk/src/bbcreaMaracasVisuColorLayerImageView.cxx index be7f756..7f00080 100644 --- a/bbtk/src/bbcreaMaracasVisuColorLayerImageView.cxx +++ b/bbtk/src/bbcreaMaracasVisuColorLayerImageView.cxx @@ -86,7 +86,6 @@ void ColorLayerImageView::Process() // firsttime=false; clivp->SetActive( bbGetInputActive() ); } - std::vector range = bbGetInputlstRangeForColorBar(); std::vector colorbarposition = bbGetInputColorBarPosition(); std::vector base_color = bbGetInputlstBaseColor(); diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/ManualContourModel_Interpolate.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/ManualContourModel_Interpolate.h index a51a591..8188576 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/ManualContourModel_Interpolate.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/ManualContourModel_Interpolate.h @@ -1,6 +1,4 @@ -//===== -// Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) -//===== + #ifndef manualContourModel_Interpolate_h #define manualContourModel_Interpolate_h @@ -182,9 +180,6 @@ void CopyContour2InContour1( std::vector *lstInX, std::vector lstInconsistentContourY; std::vector lstInconsistentContourID; -//===== -// Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) -//===== };