#include <boost/python.hpp>
#include "G4GeometryManager.hh"
#include "G4VPhysicalVolume.hh"
Go to the source code of this file.
void export_G4GeometryManager |
( |
| ) |
|
Definition at line 53 of file pyG4GeometryManager.cc.
55 class_<G4GeometryManager, boost::noncopyable>
56 (
"G4GeometryManager",
"geometry manager", no_init)
58 return_value_policy<reference_existing_object>())
59 .staticmethod(
"GetInstance")
void SetWorldMaximumExtent(G4double worldExtent)
G4bool IsGeometryClosed()
static G4GeometryManager * GetInstance()
void OpenGeometry(G4VPhysicalVolume *vol=0)
G4bool CloseGeometry(G4bool pOptimise=true, G4bool verbose=false, G4VPhysicalVolume *vol=0)