ParM
parm
A molecular dynamics library
|
#include <interaction.hpp>
Public Member Functions | |
RandomForceAtom (AtomID a, flt force_mag, flt freq, RandomForceType force_type=UNIFORM) | |
Public Member Functions inherited from AtomRef | |
AtomRef () | |
AtomRef (Atom *a) | |
Atom & | operator* () const |
Atom * | operator-> () const |
bool | operator== (const AtomRef &other) const |
bool | operator== (const Atom *other) const |
bool | operator!= (const AtomRef &other) const |
bool | operator< (const AtomRef &other) const |
bool | operator<= (const AtomRef &other) const |
bool | operator>= (const AtomRef &other) const |
bool | operator> (const AtomRef &other) const |
bool | is_null () |
Public Attributes | |
flt | force_mag |
flt | freq |
RandomForceType | force_type |
|
inline |
flt RandomForceAtom::force_mag |
RandomForceType RandomForceAtom::force_type |
flt RandomForceAtom::freq |