general class to embed the existing algorithm/base class into the python
More...
#include <Algorithm.h>
|
| virtual | ~PyAlg () |
| | virtual destructor
|
| |
| PyObject * | _obj () const |
| | get the object
|
| |
|
| PyObject * | m_self |
| | "shadow" python class
|
| |
template<class ALGORITHM>
class GaudiPython::PyAlg< ALGORITHM >
general class to embed the existing algorithm/base class into the 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 65 of file Algorithm.h.
template<class ALGORITHM >
constructor from Python object and the name
- Parameters
-
| self | python object |
| name | name of algorithm instance |
Definition at line 75 of file Algorithm.h.
{
this -> addRef() ;
this -> addRef() ;
}
template<class ALGORITHM >
template<class ALGORITHM >
the default constructor is disabled
template<class ALGORITHM >
the copy constructor is disabled
template<class ALGORITHM >
template<class ALGORITHM >
template<class ALGORITHM >
template<class ALGORITHM >
template<class ALGORITHM >
template<class ALGORITHM >
Definition at line 118 of file Algorithm.h.
{ return ALGORITHM::finalize () ; }
template<class ALGORITHM >
template<class ALGORITHM >
template<class ALGORITHM >
template<class ALGORITHM >
template<class ALGORITHM >
the assignment operator is disabled
template<class ALGORITHM >
template<class ALGORITHM >
template<class ALGORITHM >
The documentation for this class was generated from the following file:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v23r6/GaudiPython/GaudiPython/Algorithm.h