13 .def(py::init<const ElPtr &>());
Updater is an abstract class to update data held by an Element object.
Adder adds new properties to a non-empty Element object.
This file is for binding AddBondAngle class to Python.
void py_add_bond_angle(py::module &m)
Bind AddBondAngle class to Python.
std::shared_ptr< T > ShPtr
ShPtr is an alias for shared pointer.