| Geant4-11
    | 
#include <boost/python.hpp>#include "G4GDMLParser.hh"#include "G4LogicalVolume.hh"#include "G4Material.hh"#include "G4Version.hh"Go to the source code of this file.
| Namespaces | |
| namespace | pyG4GDMLParser | 
| Functions | |
| void | export_G4GDMLParser () | 
| Variables | |
| BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_GetWorldVolume, GetWorldVolume, 0, 1) void(G4GDMLParser void(G4GDMLParser::* | pyG4GDMLParser::f2_Write )(const G4String &, const G4LogicalVolume *, G4bool, const G4String &) = &G4GDMLParser::Write | 
| void export_G4GDMLParser | ( | ) | 
Definition at line 68 of file pyG4GDMLParser.cc.
References pyG4GDMLParser::f2_Write, G4GDMLParser::GetWorldVolume(), G4GDMLParser::ParseST(), G4GDMLParser::Read(), and G4GDMLParser::ReadModule().
Referenced by BOOST_PYTHON_MODULE().