OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Public Member Functions | Static Public Member Functions | Private Attributes | Static Private Attributes | List of all members
PyOpal::PyElementNS::PyElementSetProperty< C > Struct Template Reference

#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
 

Detailed Description

template<class C>
struct PyOpal::PyElementNS::PyElementSetProperty< C >

Helper class to handle setting Attributes from python

Definition at line 235 of file PyElement.h.

Constructor & Destructor Documentation

◆ PyElementSetProperty()

template<class C >
PyOpal::PyElementNS::PyElementSetProperty< C >::PyElementSetProperty ( AttributeType  type,
std::string  opalName 
)
inline

Constructor

  • type: type of the python object
  • opalName: name of the Opal Attribute

Definition at line 241 of file PyElement.h.

◆ ~PyElementSetProperty()

destructor

Definition at line 243 of file PyElement.h.

Member Function Documentation

◆ postcall()

template<class C >
template<class ArgumentPackage >
PyObject * PyOpal::PyElementNS::PyElementSetProperty< C >::postcall ( ArgumentPackage const &  args,
PyObject *  result 
)

postcall action

  • ArgumentPackage: this is really a PyObject* holding the argument calls
  • result: filled by the postcall operation (with PyNone). Sets the element_m to NULL. Note that the whole element_m stuff is a bit hacky. Probably possible to extract the element from ArgumentPackage, I didn't manage to do it yet.

Definition at line 437 of file PyElement.h.

References PyOpal::PyElementNS::DOUBLE.

◆ setElement()

template<class C >
static void PyOpal::PyElementNS::PyElementSetProperty< C >::setElement ( PyElement< C > *  element)
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().

Member Data Documentation

◆ element_m

template<class C >
PyElement< C > * PyOpal::PyElementNS::PyElementSetProperty< C >::element_m = NULL
staticprivate

◆ opalName_m

template<class C >
std::string PyOpal::PyElementNS::PyElementSetProperty< C >::opalName_m
private

Definition at line 260 of file PyElement.h.

◆ type_m

template<class C >
AttributeType PyOpal::PyElementNS::PyElementSetProperty< C >::type_m
private

Definition at line 259 of file PyElement.h.


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