OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
#include <PyElement.h>
Inherits boost::python::default_call_policies.
Public Member Functions | |
PyElementSetProperty (AttributeType type, std::string opalName) | |
~PyElementSetProperty () | |
template<class ArgumentPackage > | |
PyObject * | postcall (ArgumentPackage const &args, PyObject *result) |
Static Public Member Functions | |
static void | setElement (PyElement< C > *element) |
Private Attributes | |
AttributeType | type_m |
std::string | opalName_m |
Static Private Attributes | |
static PyElement< C > * | element_m = NULL |
Helper class to handle setting Attributes from python
Definition at line 235 of file PyElement.h.
|
inline |
Constructor
Definition at line 241 of file PyElement.h.
|
inline |
destructor
Definition at line 243 of file PyElement.h.
PyObject * PyOpal::PyElementNS::PyElementSetProperty< C >::postcall | ( | ArgumentPackage const & | args, |
PyObject * | result | ||
) |
postcall action
Definition at line 437 of file PyElement.h.
References PyOpal::PyElementNS::DOUBLE.
|
inlinestatic |
Set pointer to the element; should be called before each postcall
Definition at line 256 of file PyElement.h.
References PyOpal::PyElementNS::PyElementSetProperty< C >::element_m.
Referenced by PyOpal::PyElementNS::PyElement< C >::dummySet().
|
staticprivate |
Definition at line 261 of file PyElement.h.
Referenced by PyOpal::PyElementNS::PyElementSetProperty< C >::setElement().
|
private |
Definition at line 260 of file PyElement.h.
|
private |
Definition at line 259 of file PyElement.h.