G4TankSimulatorOG/G4TankVisManager.cc
Go to the documentation of this file.
1 #include "G4TankVisManager.h"
2 using namespace G4TankSimulatorOG;
3 
4 #include <G4VRML1.hh>
5 #include <G4VRML2.hh>
6 #include <G4VRML1File.hh>
7 #include <G4VRML2File.hh>
8 
10 {}
11 
13 {}
14 
16 {
17  RegisterGraphicsSystem(new G4VRML1File);
18  RegisterGraphicsSystem(new G4VRML2File);
19 }

, generated on Tue Sep 26 2023.