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);
{
if (_baseView!=NULL)
{
- printf("LayerImageBase::Refresh \n");
-// _baseView->Refresh();
+ _baseView->Refresh();
} // if _baseView
}
//----------------------------------------------------------------------------
void LayerImageBase::onThreshold()
{
- bool ok = false;
- int directionViewer=0;
+ bool ok = false;
+ int directionViewer = 0;
if (_baseView!=NULL)
{
vtkCamera *camera = _baseView->GetRenderer()->GetActiveCamera();
#endif
_thresholdMapper->SetLookupTable( _thresholdTable );
-
//EED 2017-01-01 Migration VTK7
#if VTK_MAJOR_VERSION <= 5
_thresholdActor->SetInput( _thresholdMapper->GetOutput() );
{
if ( (_actorPresent) && (_opacity!=0) )
{
- onThreshold();
+ printf("EED LayerImageBase::onThresholdChange UPS \n");
+// onThreshold();
}
}