]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbcreaMaracasVisuColorLayerImageView2.cxx
#3555 ColorLayer box input Interpolation
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuColorLayerImageView2.cxx
index aa0941f9765c591b11db147eb6f8f00e5aba9f7c..692bc2e157b943d2964764c1c551384bdd623ca5 100644 (file)
@@ -65,6 +65,7 @@ void ColorLayerImageView2::Process()
                 _colorLayerImageViewManager->SetBaseTransparence        ( transparence_level_boundaries );
                 _colorLayerImageViewManager->SetPlainOrGradientColor    ( bbGetInputPlainOrGradientColor() );
                 _colorLayerImageViewManager->onThresholdChangeOpacity   ( bbGetInputOpacity() );
+                _colorLayerImageViewManager->onThresholdInterpolation   ( bbGetInputInterpolation() );
                 _colorLayerImageViewManager->SetActive                  ( bbGetInputActive() );
 
                 int fitting_mode=3;
@@ -118,6 +119,7 @@ void ColorLayerImageView2::bbUserSetDefaultValues()
     bbSetInputIn(NULL);
     bbSetInputActive(true);
     bbSetInputOpacity(100);
+    bbSetInputInterpolation(true);
     bbSetInputPlainOrGradientColor(false);
 //    bbSetInputTypeControlsInterface(1);
     bbSetInputWxVtkBaseView(NULL);