![]() |
The Gaudi Framework
v39r3 (979e3109)
|
Namespace for all classes interfacing Gaudi to Python. More...
Namespaces | |
| Bindings | |
| GaudiAlgs | |
| GaudiHandles | |
| HistoUtils | |
| Persistency | |
| Pythonizations | |
| TupleUtils | |
Classes | |
| struct | _identity |
| class | CallbackStreamBuf |
| struct | Helper |
| struct | Interface |
| struct | Interface< IInterface > |
| struct | Printer |
| struct | Printer< ContainedObject > |
| struct | Printer< DataObject > |
| class | PyAlgorithm |
Typedefs | |
| typedef std::vector< double > | Vector |
| useful type definition for implicit loos More... | |
| typedef Vector | Row |
| typedef std::vector< Row > | Matrix |
Functions | |
| GAUDI_API StatusCode | call_python_method (PyObject *self, const char *method) |
| call the python method More... | |
| int GAUDI_API | call_python_method (PyObject *self, const char *method, char *buf) |
| call a python method with a string as an argument More... | |
Namespace for all classes interfacing Gaudi to Python.
GaudiPython.h GaudiPython/GaudiPython.h
The general namespace to hide all Gaudi-python related classes
| typedef std::vector<Row> GaudiPython::Matrix |
| typedef Vector GaudiPython::Row |
| typedef std::vector<double> GaudiPython::Vector |
| StatusCode GaudiPython::call_python_method | ( | PyObject * | self, |
| const char * | method | ||
| ) |
| int GaudiPython::call_python_method | ( | PyObject * | self, |
| const char * | method, | ||
| char * | buf | ||
| ) |
call a python method with a string as an argument
Definition at line 22 of file CallbackStreamBuf.cpp.