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