]> Creatis software - creaMaracasVisu.git/commitdiff
Merge branch 'vtk8itk4wx3-mingw64' of ssh://git.creatis.insa-lyon.fr/creaMaracasVisu...
authorEduardo DAVILA <davila@localhost.localdomain>
Sun, 31 Mar 2019 07:59:01 +0000 (09:59 +0200)
committerEduardo DAVILA <davila@localhost.localdomain>
Sun, 31 Mar 2019 07:59:01 +0000 (09:59 +0200)
lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageView.cxx

index d4f87f0c98a824efecec9ceee0859d85c719fcbe..3d848abee2afa6857b50a3fca8f74a69b46af89b 100644 (file)
@@ -330,8 +330,8 @@ void ColorLayerImageView::ConfigLookupTable()  // virtual
                {
                if (GetBaseColorNb() != (int)_grey_level_boundary.size()-1)
                {
-                               std::cout << "CM ColorLayerImageView::ConfigLookupTable : ERROR!!! Inconsistency between the sizes of vectors _base_color and _grey_level_boundary. _base_color.size()/3 (=" <<_base_color.size()/3 << ") should be equal to _grey_level_boundary.size()+1 (=" << _grey_level_boundary.size()<<"+1)." << std::endl;
-                               std::cout << "CM The default values for the base colors and the grey level boundaries will be set." << std::endl;
+//EED                          std::cout << "CM ColorLayerImageView::ConfigLookupTable : ERROR!!! Inconsistency between the sizes of vectors _base_color and _grey_level_boundary. _base_color.size()/3 (=" <<_base_color.size()/3 << ") should be equal to _grey_level_boundary.size()+1 (=" << _grey_level_boundary.size()<<"+1)." << std::endl;
+//EED                          std::cout << "CM The default values for the base colors and the grey level boundaries will be set." << std::endl;
                                SetDefaultGreyLevelBoundary();     
                } // if 
                } // _color_type 
@@ -340,8 +340,8 @@ void ColorLayerImageView::ConfigLookupTable()  // virtual
                {
                if (GetBaseColorNb() != (int)_grey_level_boundary.size())
                {
-                               std::cout << "CM ColorLayerImageView::ConfigLookupTable : ERROR!!! Inconsistency between the sizes of vectors _base_color and _grey_level_boundary. _base_color.size()/3 (=" <<_base_color.size()/3 << ") should be equal to _grey_level_boundary.size() (=" << _grey_level_boundary.size()<<")." << std::endl;
-                               std::cout << "CM The default values for the base colors and the grey level boundaries will be set." << std::endl;
+//EED                          std::cout << "CM ColorLayerImageView::ConfigLookupTable : ERROR!!! Inconsistency between the sizes of vectors _base_color and _grey_level_boundary. _base_color.size()/3 (=" <<_base_color.size()/3 << ") should be equal to _grey_level_boundary.size() (=" << _grey_level_boundary.size()<<")." << std::endl;
+//EED                          std::cout << "CM The default values for the base colors and the grey level boundaries will be set." << std::endl;
                                SetDefaultGreyLevelBoundary();     
                } // if 
                } // _color_type