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

geant4 tag 9.4

File:
1 edited

Legend:

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

    r1337 r1347  
    2525//
    2626//
    27 // $Id: G4VRML2FileViewer.cc,v 1.13 2006/06/29 21:26:13 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4VRML2FileViewer.cc,v 1.14 2010/11/11 00:14:50 akimura Exp $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030// G4VRML2FileViewer.cc
     
    3636#include <cmath>
    3737
     38#include "G4VisManager.hh"
    3839#include "G4Scene.hh"
    3940#include "G4VRML2FileViewer.hh"
     
    6061{
    6162#if defined DEBUG_FR_VIEW
    62   G4cerr << "***** G4VRML2FileViewer::SetView(): No effects" << G4endl;
     63  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     64        G4cout << "***** G4VRML2FileViewer::SetView(): No effects" << G4endl;
    6365#endif
    6466
     
    7173{
    7274#if defined DEBUG_FR_VIEW
    73         G4cerr << "***** G4VRML2FileViewer::DrawView()" << G4endl;
     75  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     76        G4cout << "***** G4VRML2FileViewer::DrawView()" << G4endl;
    7477#endif
    7578
     
    8891{
    8992#if defined DEBUG_FR_VIEW
    90   G4cerr << "***** G4VRML2File1View::ClearView()" << G4endl;
     93  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     94        G4cout << "***** G4VRML2File1View::ClearView()" << G4endl;
    9195#endif
    9296  if(fSceneHandler.fFlagDestOpen) {
     
    102106{
    103107#if defined DEBUG_FR_VIEW
    104   G4cerr << "***** G4VRML2FileViewer::ShowView()" << G4endl;
     108  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     109        G4cout << "***** G4VRML2FileViewer::ShowView()" << G4endl;
    105110#endif
    106111        fSceneHandler.VRMLEndModeling();
     
    110115{
    111116#if defined DEBUG_FR_VIEW
    112   G4cerr << "***** G4VRML2FileViewer::FinishView(): No effects" << G4endl;
     117  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     118        G4cout << "***** G4VRML2FileViewer::FinishView(): No effects" << G4endl;
    113119#endif
    114120}
     
    121127
    122128#if defined DEBUG_FR_VIEW
    123       G4cerr << "***** G4VRML2FileViewer::SendViewParameters()\n";
     129  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     130      G4cout << "***** G4VRML2FileViewer::SendViewParameters()\n";
    124131#endif
    125132
Note: See TracChangeset for help on using the changeset viewer.