From: eduardo.davila@creatis.insa-lyon.fr Date: Sat, 18 Jan 2025 10:04:33 +0000 (+0100) Subject: Test code X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=984d354294220f769b1d438081467cd43d1a43a5;p=creaMaracasVisu.git Test code --- diff --git a/bbtk/src/bbmaracasvisuViewerNV.cxx b/bbtk/src/bbmaracasvisuViewerNV.cxx index d6b3612..74bf209 100644 --- a/bbtk/src/bbmaracasvisuViewerNV.cxx +++ b/bbtk/src/bbmaracasvisuViewerNV.cxx @@ -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(stop1 - start1); diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.cxx index 41ce14b..31b7049 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.cxx @@ -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(); } }