ppap4lmp  0.7.2
py_sta_dump.cpp
Go to the documentation of this file.
1 
8 #include "py_sta_dump.h"
9 
10 void pybind::py_sta_dump(py::module &m)
11 {
12  py::class_<
14  .def(py::init<const Str &, int>());
15 }
Updater is an abstract class to update data held by an Element object.
Definition: updater.h:34
StaDump is an abstract class whose subclasses read a Lammps&#39; dump file.
Definition: sta_dump.h:21
Trampoline class to bind Updater class and its subclasses to Python.
Definition: py_updater.h:22
Starter sets some properties to an empty Element object.
Definition: starter.h:24
This file is for binding StaDump class to Python.
void py_sta_dump(py::module &m)
Bind StaDump class to Python.
Definition: py_sta_dump.cpp:10
std::shared_ptr< T > ShPtr
ShPtr is an alias for shared pointer.
Definition: std.h:16