|
Bond | IMP::atom::create_bond (Bonded a, Bonded b, Int t) |
| Connect the two wrapped particles by a bond. More...
|
|
Bond | create_bond (Bonded a, Bonded b, Int t) |
| Connect the two wrapped particles by a bond. More...
|
|
Bond | create_bond (Bonded a, Bonded b, Bond o) |
| Connect the two wrapped particles by a custom bond. More...
|
|
Bond | IMP::atom::create_bond (Bonded a, Bonded b, Bond o) |
| Connect the two wrapped particles by a custom bond. More...
|
|
Bond | IMP::atom::create_custom_bond (Bonded a, Bonded b, Float length, Float stiffness=-1) |
| Connect the two wrapped particles by a custom bond. More...
|
|
Bond | create_custom_bond (Bonded a, Bonded b, Float length, Float stiffness=-1) |
| Connect the two wrapped particles by a custom bond. More...
|
|
void | IMP::atom::destroy_bond (Bond b) |
| Destroy the bond connecting to particles. More...
|
|
void | destroy_bond (Bond b) |
| Destroy the bond connecting to particles. More...
|
|
Bond | get_bond (Bonded a, Bonded b) |
| Get the bond between two particles. More...
|
|
Bond | IMP::atom::get_bond (Bonded a, Bonded b) |
| Get the bond between two particles. More...
|
|
A set of classes and functions for manipulating bonds.
Bond create_bond |
( |
Bonded |
a, |
|
|
Bonded |
b, |
|
|
Int |
t |
|
) |
| |
- Parameters
-
[in] | a | The first Particle as a Bonded |
[in] | b | The second Particle as a Bonded |
[in] | t | The type to use for the bond |
- Returns
- Bond of the bond Particle.
- Parameters
-
[in] | a | The first Particle as a Bonded |
[in] | b | The second Particle as a Bonded |
[in] | t | The type to use for the bond |
- Returns
- Bond of the bond Particle.
Create a bond by copying the information from the othr bond
Definition at line 274 of file bond_decorators.h.
Bond create_bond |
( |
Bonded |
a, |
|
|
Bonded |
b, |
|
|
Bond |
o |
|
) |
| |
Create a bond by copying the information from the othr bond
Definition at line 274 of file bond_decorators.h.
Bond create_custom_bond |
( |
Bonded |
a, |
|
|
Bonded |
b, |
|
|
Float |
length, |
|
|
Float |
stiffness = -1 |
|
) |
| |
- Parameters
-
[in] | a | The first Particle as a Bonded |
[in] | b | The second Particle as a Bonded |
[in] | length | The length of the bond. |
[in] | stiffness | The stiffness of the bond. |
- Returns
- Bond of the bond Particle.
Definition at line 253 of file bond_decorators.h.
- Parameters
-
[in] | a | The first Particle as a Bonded |
[in] | b | The second Particle as a Bonded |
[in] | length | The length of the bond. |
[in] | stiffness | The stiffness of the bond. |
- Returns
- Bond of the bond Particle.
Definition at line 253 of file bond_decorators.h.
void destroy_bond |
( |
Bond |
b | ) |
|
void destroy_bond |
( |
Bond |
b | ) |
|
|
related |
Bond() is returned if the particles are not bonded.
Bond get_bond |
( |
Bonded |
a, |
|
|
Bonded |
b |
|
) |
| |
Bond() is returned if the particles are not bonded.