ChimeraTK-ApplicationCore 04.06.00
Loading...
Searching...
No Matches
PyVariableGroup.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Deutsches Elektronen-Synchrotron DESY, MSK, ChimeraTK Project <chimeratk-support@desy.de>
2// SPDX-License-Identifier: LGPL-3.0-or-later
3#pragma once
4
5#include <pybind11/pybind11.h>
6// pybind11.h must come first
7
9#include "VariableGroup.h"
10
11namespace py = pybind11;
12
13namespace ChimeraTK {
14
15 /********************************************************************************************************************/
16
18 public:
21
22 static void bind(py::module& m);
23 };
24
25 /********************************************************************************************************************/
26
27} // namespace ChimeraTK
Base class used for all objects in the Python world which can own other objects and can be owned them...
static void bind(py::module &m)
PyVariableGroup(PyVariableGroup &&)=default
VariableGroup()=default
Default constructor: Allows late initialisation of VariableGroups (e.g.
InvalidityTracer application module.
module_ module