Public Member Functions | |
| def | __init__ |
| def | cast |
| def | __call__ |
Public Attributes | |
| type | |
Static Public Attributes | |
| cast = __call__ | |
Definition at line 79 of file Bindings.py.
| def GaudiPython::Bindings::Interface::__init__ | ( | self, | ||
| t | ||||
| ) |
Reimplemented from GaudiPython::Bindings::InterfaceCast.
Definition at line 80 of file Bindings.py.
00080 : 00081 deprecation('Use InterfaceCast class instead') 00082 InterfaceCast.__init__(self,t) def cast(self, obj) :
| def GaudiPython::Bindings::Interface::cast | ( | self, | ||
| obj | ||||
| ) |
Definition at line 83 of file Bindings.py.
00083 : 00084 return self(obj) 00085 00086 #----load dictionary function using Gaudi function--------------------------------------- def loaddict(dict) :
| def GaudiPython::Bindings::InterfaceCast::__call__ | ( | self, | ||
| obj | ||||
| ) | [inherited] |
Definition at line 70 of file Bindings.py.
00071 : 00072 if obj : 00073 ip = PyCintex.libPyROOT.MakeNullPointer(self.type) 00074 if obj.queryInterface(self.type.interfaceID(), ip).isSuccess() : 00075 return ip return None
GaudiPython::Bindings::InterfaceCast::cast = __call__ [static, inherited] |
Definition at line 76 of file Bindings.py.
GaudiPython::Bindings::InterfaceCast::type [inherited] |
Definition at line 69 of file Bindings.py.
1.4.7