14 .def(py::init<const Str &, int>());
Updater is an abstract class to update data held by an Element object.
StaDump is an abstract class whose subclasses read a Lammps' dump file.
Trampoline class to bind Updater class and its subclasses to Python.
Starter sets some properties to an empty Element object.
This file is for binding StaDump class to Python.
void py_sta_dump(py::module &m)
Bind StaDump class to Python.
std::shared_ptr< T > ShPtr
ShPtr is an alias for shared pointer.