#include <boost/python.hpp>
#include "G4UIparameter.hh"
 
Go to the source code of this file.
◆ export_G4UIparameter()
      
        
          | void export_G4UIparameter  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 40 of file pyG4UIparameter.cc.
   42   class_<G4UIparameter, G4UIparameter*>
    43     (
"G4UIparameter", 
"UI parameter")
    46     .def(init<const char*, char, G4bool>())
 G4String GetDefaultValue() const
 
G4String GetParameterRange() const
 
G4bool GetCurrentAsDefault() const
 
const G4String GetParameterGuidance() const
 
G4bool IsOmittable() const
 
char GetParameterType() const
 
G4String GetParameterName() const
 
G4String GetParameterCandidates() const