![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Collaboration diagram for SD_particle_data:Public Member Functions | |
| SD_particle_data ()=default | |
| SD_particle_data (Particle const &p) | |
| template<class Archive > | |
| void | serialize (Archive &ar, long int) |
Public Attributes | |
| int | type = 0 |
| Utils::Vector3d | pos = {0., 0., 0.} |
| ParticleForce | ext_force |
Definition at line 49 of file sd_interface.cpp.
|
default |
Definition at line 51 of file sd_interface.cpp.
| ParticleForce SD_particle_data::ext_force |
Definition at line 60 of file sd_interface.cpp.
Referenced by serialize().
| Utils::Vector3d SD_particle_data::pos = {0., 0., 0.} |
Definition at line 57 of file sd_interface.cpp.
Referenced by serialize().
| int SD_particle_data::type = 0 |
Definition at line 54 of file sd_interface.cpp.
Referenced by serialize().