Ignore:
Timestamp:
Jun 1, 2010, 6:36:22 PM (14 years ago)
Author:
garnier
Message:

update from CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/management/include/G4VisExecutive.hh

    r1228 r1288  
    2525//
    2626//
    27 // $Id: G4VisExecutive.hh,v 1.9 2009/11/17 15:34:06 allison Exp $
     27// $Id: G4VisExecutive.hh,v 1.10 2010/05/28 16:48:03 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    5656// #ifdef G4VIS_USE
    5757//   // Instantiate and initialise Visualization Manager.
    58 //   G4VisManager* visManager = new G4VisExecutive;    // See Nore (a).
     58//   G4VisManager* visManager = new G4VisExecutive;    // See Note (a).
    5959//   visManager -> SetVerboseLevel (verbosityString);  // See Note (b).
    6060//   visManager -> RegisterGraphicsSystem (new myGS);  // See Note (c).
     
    7777// (b) The verbosityString ("quiet", "errors", "warnings",
    7878//     "confirmations", etc. - "help /vis/verbose" to see options) can be
    79 //     set here or with /vis/verbose.
     79//     set here or with /vis/verbose.  Alternatively, you can instantiate
     80//     with a verbosity string. e.g:
     81//       G4VisManager* visManager = new G4VisExecutive("quiet");
    8082// (c) You can register your own graphics system like this.
    8183// (d) Your can intialise like this with C++ code or use /vis/initialize.
     
    121123public: // With description
    122124
    123   G4VisExecutive () {}
     125  G4VisExecutive (const G4String& verbosityString = "warnings");
    124126
    125127private:
Note: See TracChangeset for help on using the changeset viewer.