[Index of services] [New input]
Help on class characteristic in cctbx.eltbx.wavelengths:
cctbx.eltbx.wavelengths.characteristic = class characteristic(Boost.Python.instance)
| Method resolution order:
| characteristic
| Boost.Python.instance
| __builtin__.object
|
| Methods defined here:
|
| __init__(...)
| __init__( (object)arg1, (str)label) -> None :
|
| C++ signature :
| void __init__(_object*,std::string)
|
| __reduce__ = <unnamed Boost.Python function>(...)
|
| as_angstrom(...)
| as_angstrom( (characteristic)arg1) -> float :
|
| C++ signature :
| float as_angstrom(cctbx::eltbx::wavelengths::characteristic {lvalue})
|
| as_ev(...)
| as_ev( (characteristic)arg1) -> float :
|
| C++ signature :
| float as_ev(cctbx::eltbx::wavelengths::characteristic {lvalue})
|
| as_kev(...)
| as_kev( (characteristic)arg1) -> float :
|
| C++ signature :
| float as_kev(cctbx::eltbx::wavelengths::characteristic {lvalue})
|
| label(...)
| label( (characteristic)arg1) -> str :
|
| C++ signature :
| char const* label(cctbx::eltbx::wavelengths::characteristic {lvalue})
|
| ----------------------------------------------------------------------
| Data descriptors inherited from Boost.Python.instance:
|
| __dict__
|
| __weakref__
|
| ----------------------------------------------------------------------
| Data and other attributes inherited from Boost.Python.instance:
|
| __new__ = <built-in method __new__ of Boost.Python.class object>
| T.__new__(S, ...) -> a new object with type S, a subtype of T