Gaudi Framework, version v21r4

Home   Generated: 7 Sep 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 86 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 87 of file Bindings.py.

00087                         :
00088     deprecation('Use InterfaceCast class instead')
00089     InterfaceCast.__init__(self,t)
  def cast(self, obj) :

def GaudiPython::Bindings::Interface::cast (   self,
  obj 
)

Definition at line 90 of file Bindings.py.

00090                       :
00091     return self(obj)
00092 
00093 #----load dictionary function using Gaudi function---------------------------------------
def loaddict(dict) :


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

Generated at Mon Sep 7 18:26:33 2009 for Gaudi Framework, version v21r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004