ppap4lmp
0.7.2
py_adder.h
Go to the documentation of this file.
1
8
#ifndef PYBIND_ADDER_H
9
#define PYBIND_ADDER_H
10
11
#include <
adders/adder.h
>
12
#include <
pybind/py_updater.h
>
13
14
16
namespace
pybind
17
{
26
void
py_adder
(py::module &m);
27
}
28
29
#endif
pybind::py_adder
void py_adder(py::module &m)
Bind Adder class to Python.
Definition:
py_adder.cpp:10
pybind
Namespace for functions to bind C++ classes to Python.
Definition:
py_add_bond_angle.h:15
adder.h
This file has a definition of Adder class, which is a subclass of Updater class.
py_updater.h
This file is for binding Updater class to Python.
src
pybind
adders
py_adder.h
Generated by
1.8.14