Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (14 years ago)
Author:
garnier
Message:

geant4 tag 9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/VRML/src/G4VRML1Viewer.cc

    r1337 r1347  
    2525//
    2626//
    27 // $Id: G4VRML1Viewer.cc,v 1.8 2006/06/29 21:26:05 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4VRML1Viewer.cc,v 1.9 2010/11/11 00:14:50 akimura Exp $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030// G4VRMLView.cc
     
    3939
    4040//#define DEBUG_FR_VIEW
     41
     42#include "G4VisManager.hh"
    4143
    4244#include "G4Scene.hh"
     
    5658{
    5759#if defined DEBUG_FR_VIEW
    58   G4cerr << "***** G4VRML1Viewer::SetView(): No effects" << G4endl;
     60  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     61        G4cout << "***** G4VRML1Viewer::SetView(): No effects" << G4endl;
    5962#endif
    6063}
     
    6366{
    6467#if defined DEBUG_FR_VIEW
    65         G4cerr << "***** G4VRML1Viewer::DrawView()" << G4endl;
     68  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     69        G4cout << "***** G4VRML1Viewer::DrawView()" << G4endl;
    6670#endif
    6771
     
    7781{
    7882#if defined DEBUG_FR_VIEW
    79   G4cerr << "***** G4VRML1Viewer::ClearView(): No effects" << G4endl;
     83  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     84        G4cout << "***** G4VRML1Viewer::ClearView(): No effects" << G4endl;
    8085#endif
    8186}
     
    8489{
    8590#if defined DEBUG_FR_VIEW
    86   G4cerr << "***** G4VRML1Viewer::ShowView()" << G4endl;
     91  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     92        G4cout << "***** G4VRML1Viewer::ShowView()" << G4endl;
    8793#endif
    8894        fSceneHandler.VRMLEndModeling();
     
    9298{
    9399#if defined DEBUG_FR_VIEW
    94   G4cerr << "***** G4VRML1Viewer::FinishView(): No effects" << G4endl;
     100  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     101        G4cout << "***** G4VRML1Viewer::FinishView(): No effects" << G4endl;
    95102#endif
    96103}
Note: See TracChangeset for help on using the changeset viewer.