]> Creatis software - creaMaracasVisu.git/commitdiff
#3579 ManualContourModel_Interpolate vtk9itk5wx3-macos
authoreduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Tue, 17 Jun 2025 13:15:18 +0000 (15:15 +0200)
committereduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Tue, 17 Jun 2025 13:15:18 +0000 (15:15 +0200)
bbtk/src/bbcreaMaracasVisuColorLayerImageView.cxx
lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/ManualContourModel_Interpolate.h

index be7f756587472f2932624f3c7566a398d70cfc59..7f00080f39ef690474804d8adf341fd90a8a7ac4 100644 (file)
@@ -86,7 +86,6 @@ void ColorLayerImageView::Process()
                     //      firsttime=false;
                     clivp->SetActive( bbGetInputActive() );
                 }
-                
                 std::vector<double> range                           = bbGetInputlstRangeForColorBar();
                 std::vector<int>    colorbarposition                = bbGetInputColorBarPosition();
                 std::vector<double> base_color                      = bbGetInputlstBaseColor();
index a51a591e02d6b4884b9b40ebd4da0eb6537098b6..8188576bef5fdea4300955d308c046c17cbc8380 100644 (file)
@@ -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<double> *lstInX,
 std::vector<double> lstInconsistentContourY;
 std::vector<int>     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)
-//=====
 };