OPAL (Object Oriented Parallel Accelerator Library)
2024.1
OPAL
|
#include <Python.h>
#include <structmember.h>
#include <memory>
#include <exception>
#include <iostream>
#include <boost/python.hpp>
#include <boost/noncopyable.hpp>
#include <boost/mpl/front.hpp>
#include "Utilities/OpalException.h"
#include "Elements/OpalElement.h"
#include "AbstractObjects/OpalData.h"
#include "AbstractObjects/Object.h"
#include "AbsBeamline/Component.h"
#include "Attributes/Attributes.h"
#include "OpalConfigure/Configure.h"
Go to the source code of this file.
Namespaces | |
PyOpal | |
PyOpal::PyOpalObjectNS | |
Functions | |
template<class C > | |
void | PyOpal::PyOpalObjectNS::update (PyOpalObjectNS::PyOpalObject< C > pyelement) |
Variables | |
Inform * | gmsg |