]> Creatis software - creaMaracasVisu.git/commitdiff
Test code
authoreduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Sat, 18 Jan 2025 10:04:33 +0000 (11:04 +0100)
committereduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Sat, 18 Jan 2025 10:04:33 +0000 (11:04 +0100)
bbtk/src/bbmaracasvisuViewerNV.cxx
lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.cxx

index d6b36127455670f8566e70b1c5712fc3d2d33cee..74bf209ff2d1d73a6f860a068e60c12af01594dd 100644 (file)
@@ -89,7 +89,6 @@ void bbwxMaracas_N_ViewersWidget::OnRefreshView(wxCommandEvent & event)
 void bbwxMaracas_N_ViewersWidget::OnRefreshView2(wxCommandEvent & event)
 {
 // auto start1 = std::chrono::high_resolution_clock::now();
-    printf("EED bbwxMaracas_N_ViewersWidget::OnRefreshView2 \n");
     wxMaracas_N_ViewersWidget::OnRefreshView(event);
 // auto stop1       = std::chrono::high_resolution_clock::now();
 // auto duration1   = std::chrono::duration_cast<std::chrono::microseconds>(stop1 - start1);
index 41ce14be2df179a8982a08d7969a8316c640a01c..31b7049071a082cadb3c47853e25a4d0701dfd54 100644 (file)
@@ -391,8 +391,7 @@ void LayerImageBase::Refresh()
 {
     if (_baseView!=NULL)
     {
-        printf("LayerImageBase::Refresh \n");
-//        _baseView->Refresh();
+        _baseView->Refresh();
     } // if _baseView
 }
 
@@ -439,8 +438,8 @@ void LayerImageBase::CleanXYZ(double &x, double &y, double &z)
 //----------------------------------------------------------------------------
 void LayerImageBase::onThreshold()
 {
-    bool ok = false;
-    int directionViewer=0;
+    bool ok             = false;
+    int directionViewer = 0;
     if (_baseView!=NULL)
     {
         vtkCamera *camera = _baseView->GetRenderer()->GetActiveCamera();
@@ -588,7 +587,6 @@ void LayerImageBase::onThreshold()
 #endif
                _thresholdMapper->SetLookupTable( _thresholdTable );
 
-
 //EED 2017-01-01 Migration VTK7
 #if VTK_MAJOR_VERSION <= 5
                _thresholdActor->SetInput( _thresholdMapper->GetOutput() );
@@ -613,7 +611,8 @@ void LayerImageBase::onThresholdChange()
 {
        if ( (_actorPresent) && (_opacity!=0) )
        {
-               onThreshold();
+        printf("EED LayerImageBase::onThresholdChange UPS \n");
+//             onThreshold();
        }
 }