#include <GaudiPython/Interface.h>
template<class TYPE>
struct GaudiPython::Interface< TYPE >
Minor mofidication of original Pere's structure GaudiPython::Interface This helper class is nesessary to perform C++ castings from python.
- Author
- Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@l.nosp@m.app..nosp@m.in2p3.nosp@m..fr
- Date
- 2005-08-03
Definition at line 43 of file Interface.h.
◆ cast() [1/2]
the only one important method (static)
- Parameters
-
- Returns
- resutl of "cast"
Definition at line 56 of file Interface.h.
◆ cast() [2/2]
the only one important method (static)
- Parameters
-
iid | unique identifier of 'target' interface |
in | input interface |
- Returns
- resutl of "cast"
Definition at line 63 of file Interface.h.
◆ operator()()
the only one important method
- Parameters
-
- Returns
- resutl of "cast"
Definition at line 48 of file Interface.h.
The documentation for this struct was generated from the following file: