#include <boost/python.hpp>
#include "G4Navigator.hh"
 
Go to the source code of this file.
      
        
          | void export_G4Navigator  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 42 of file pyG4Navigator.cc.
   44   class_<G4Navigator, G4Navigator*, boost::noncopyable>
 
   45     (
"G4Navigator", 
"navigator")
 
   48          return_value_policy<reference_existing_object>())
 
G4int GetVerboseLevel() const 
 
void SetVerboseLevel(G4int level)
 
G4VPhysicalVolume * GetWorldVolume() const