|
ESyS-Particle
4.0.1
|
#include <ABCDampingIGP.h>


Public Member Functions | |
| ABCDampingIGP (const string &, const string &, double, double, int, const Vec3 &, const Vec3 &, const Vec3 &, double) | |
| virtual void | packInto (CVarMPIBuffer *) const |
| void | setPos (const Vec3 &p) |
| Vec3 | getPos () |
| void | setNormal (const Vec3 &n) |
| Vec3 | getNormal () |
| void | setC1 (double d) |
| double | getC1 () |
Protected Attributes | |
| Vec3 | m_pos |
| Vec3 | m_normal |
| double | m_c1 |
Interaction group parameters for ABCDamping
| void ABCDampingIGP::packInto | ( | CVarMPIBuffer * | B | ) | const [virtual] |
Pack the parameters for a ABCDamping into a MPI-buffer
| B | the buffer |
Reimplemented from CDampingIGP.
References CVarMPIBuffer::append().

1.7.6.1