Ignore:
Timestamp:
May 26, 2009, 3:35:10 PM (15 years ago)
Author:
garnier
Message:

update pas dans CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/management/src/G4VisCommandsScene.cc

    r1041 r1050  
    557557            aViewer -> NeedKernelVisit();
    558558#ifdef G4DEBUG_VIS_MANAGEMENT
    559             printf("G4VisCommandSceneNotifyHandlers::SetNewValue Call SetView()\n");
     559            G4cout << "G4VisCommandSceneNotifyHandlers::SetNewValue."        << G4endl;
     560            printf("\n\nG4VisCommandSceneNotifyHandlers::SetNewValue ---%s--- Call SetView() 1\n",newValue.data());
    560561#endif
    561562            aViewer -> SetView ();
    562563#ifdef G4DEBUG_VIS_MANAGEMENT
    563             printf("G4VisCommandSceneNotifyHandlers::SetNewValue Call SetView() END\n");
    564             printf("G4VisCommandSceneNotifyHandlers::SetNewValue Call ClearView()\n");
     564            printf("G4VisCommandSceneNotifyHandlers::SetNewValue Call SetView() END 2\n");
     565            printf("G4VisCommandSceneNotifyHandlers::SetNewValue Call ClearView() 3\n");
    565566#endif
    566567            aViewer -> ClearView ();
    567568#ifdef G4DEBUG_VIS_MANAGEMENT
    568             printf("G4VisCommandSceneNotifyHandlers::SetNewValue Call ClearView() END\n");
    569             printf("G4VisCommandSceneNotifyHandlers::SetNewValue Call DrawView()\n");
     569            printf("G4VisCommandSceneNotifyHandlers::SetNewValue Call ClearView() END 4\n");
     570            printf("G4VisCommandSceneNotifyHandlers::SetNewValue Call DrawView() 5\n");
    570571#endif
    571572            aViewer -> DrawView ();
    572573#ifdef G4DEBUG_VIS_MANAGEMENT
    573             printf("G4VisCommandSceneNotifyHandlers::SetNewValue Call DrawView() END\n");
     574            printf("G4VisCommandSceneNotifyHandlers::SetNewValue Call DrawView() END 6\n");
    574575#endif
    575576            if (flush) aViewer -> ShowView ();
     
    629630      if (pCurrentViewer && pCurrentSceneHandler->GetScene()) {
    630631#ifdef G4DEBUG_VIS_MANAGEMENT
    631             printf("G4VisCommandSceneNotifyHandlers::SetNewValue Call SetView()\n");
     632            printf("G4VisCommandSceneNotifyHandlers::SetNewValue Call SetView() 7\n");
    632633#endif
    633634        pCurrentViewer -> SetView ();
    634635#ifdef G4DEBUG_VIS_MANAGEMENT
    635             printf("G4VisCommandSceneNotifyHandlers::SetNewValue Call SetView() END\n");
     636            printf("G4VisCommandSceneNotifyHandlers::SetNewValue Call SetView() END 8\n");
    636637#endif
    637638      }
    638639    }
    639640  }
     641#ifdef G4DEBUG_VIS_MANAGEMENT
     642            G4cout << "G4VisCommandSceneNotifyHandlers::SetNewValue.  END"           << G4endl;
     643            printf("G4VisCommandSceneNotifyHandlers::SetNewValue END 99\n\n\n");
     644#endif
    640645}
    641646
Note: See TracChangeset for help on using the changeset viewer.