#include <residue.h>
Bead class stores information related to keeping track of steric clashes between residues during building. They are never used outside the Residue class
Empty constructor for Bead object.
Bead::Bead |
( |
Point const & |
center, |
|
|
BeadType const |
btype |
|
) |
| |
|
inline |
Standard constructor for Bead object.
- Parameters
-
btype | type of bead (PHOS, SUGAR or BASE) |
center | the average 3D position of all atoms represented by bead |
Bead::Bead |
( |
Bead const & |
b | ) |
|
|
inline |
Copy constructor
- Parameters
-
b | Bead object copying from |
BeadType Bead::btype |
( |
| ) |
const |
|
inline |
Point Bead::center |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: