| 
    Geant4
    10.03.p02
    
   | 
 
Public Member Functions | |
| def | __init__ | 
| def | create_scene | 
| def | update_scene | 
Public Attributes | |
| name | |
| volume | |
| copyno | |
| mode_eventaction | |
| mode_runaction | |
| mode | |
Definition at line 16 of file g4viscp.py.
| def python3.g4viscp.G4Scene.__init__ | ( | self, | |
| aname, | |||
vol = "world",  | 
        |||
acopyno = 0,  | 
        |||
amode = 0,  | 
        |||
bmode = 1  | 
        |||
| ) | 
Definition at line 19 of file g4viscp.py.
| def python3.g4viscp.G4Scene.create_scene | ( | self | ) | 
Definition at line 27 of file g4viscp.py.

| def python3.g4viscp.G4Scene.update_scene | ( | self | ) | 
Definition at line 34 of file g4viscp.py.

| python3.g4viscp.G4Scene.copyno | 
Definition at line 22 of file g4viscp.py.
| python3.g4viscp.G4Scene.mode | 
Definition at line 25 of file g4viscp.py.
| python3.g4viscp.G4Scene.mode_eventaction | 
Definition at line 23 of file g4viscp.py.
| python3.g4viscp.G4Scene.mode_runaction | 
Definition at line 24 of file g4viscp.py.
| python3.g4viscp.G4Scene.name | 
Definition at line 20 of file g4viscp.py.
| python3.g4viscp.G4Scene.volume | 
Definition at line 21 of file g4viscp.py.