Gaudi Framework, version v20r4

Generated: 8 Jan 2009

GaudiPython::Bindings::Interface Class Reference

Inheritance diagram for GaudiPython::Bindings::Interface:

Inheritance graph
[legend]
Collaboration diagram for GaudiPython::Bindings::Interface:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 79 of file Bindings.py.


Public Member Functions

def __init__
def cast

Member Function Documentation

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) :


The documentation for this class was generated from the following file:

Generated at Thu Jan 8 17:53:54 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004