#include <boost/python.hpp>
#include "G4UIparameter.hh"
Go to the source code of this file.
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 GetParameterCandidates() const
G4String GetParameterName() const
G4bool IsOmittable() const
G4String GetDefaultValue() const
char GetParameterType() const
const G4String GetParameterGuidance() const
G4String GetParameterRange() const
G4bool GetCurrentAsDefault() const