G4StationVisManager.cc
Go to the documentation of this file.
1 #include "G4StationVisManager.h"
2 
3 #include <G4VRML1File.hh>
4 #include <G4VRML2File.hh>
5 #include <G4DAWNFILE.hh>
6 
7 
8 namespace G4StationSimulatorOG {
9 
10  void
12  {
13  RegisterGraphicsSystem(new G4VRML1File);
14  RegisterGraphicsSystem(new G4VRML2File);
15  RegisterGraphicsSystem(new G4DAWNFILE);
16  }
17 
18 }

, generated on Tue Sep 26 2023.