|
static Charged | decorate_particle (::IMP::kernel::Particle *p) |
|
static FloatKey | get_charge_key () |
|
static bool | get_is_setup (const IMP::kernel::ParticleAdaptor &p) |
|
static bool | get_is_setup (kernel::Model *m, kernel::ParticleIndex pi) |
| Return true if the particle is an instance of a Charged.
|
|
static Charged | setup_particle (kernel::Model *m, ParticleIndex pi, Float charge) |
|
static Charged | setup_particle (IMP::kernel::ParticleAdaptor decorator, Float charge) |
|
static Charged | setup_particle (IMP::kernel::ParticleAdaptor decorator, algebra::Vector3D v, Float charge) |
|
static Charged | setup_particle (kernel::Model *m, ParticleIndex pi, algebra::Vector3D v, Float charge) |
|
static XYZ | decorate_particle (::IMP::kernel::Particle *p) |
|
static FloatKey | get_coordinate_key (unsigned int i) |
|
static bool | get_is_setup (const IMP::kernel::ParticleAdaptor &p) |
|
static bool | get_is_setup (kernel::Model *m, kernel::ParticleIndex pi) |
|
static const FloatKeys & | get_xyz_keys () |
| Get a vector containing the keys for x,y,z. More...
|
|
static XYZ | setup_particle (IMP::kernel::ParticleAdaptor decorator) |
|
static XYZ | setup_particle (kernel::Model *m, ParticleIndex pi) |
|
static XYZ | setup_particle (IMP::kernel::ParticleAdaptor decorator, algebra::Vector3D v) |
|
static XYZ | setup_particle (kernel::Model *m, ParticleIndex pi, algebra::Vector3D v) |
|
The charge itself should be given in atomic units; i.e. the charge on a proton is +1 and on an electron, -1.
- See Also
- CoulombPairScore
Definition at line 31 of file Charged.h.