#include <chain_impl.hh>
Inherits GenericPropContainerImpl.
Data Structures |
| struct | Shift |
Detailed Description
Definition at line 41 of file chain_impl.hh.
Constructor & Destructor Documentation
Member Function Documentation
append new residue with exactly the same parameters as res, but no atoms and bonds
Append residue at end of chain.
Residue number will be automatically set to last+1. The first residue will have the number 1. insertion code from a previous residue are copied.
Append residue at end of chain.
| void DeleteAllResidues |
( |
| ) |
|
| void DeleteResidue |
( |
const ResNum & |
number | ) |
|
Get residue by number. Returns a invalid pointer if the chain does not have any residue with this number.
| int GetAtomCount |
( |
| ) |
const |
Get number of atoms of this chain.
| int GetBondCount |
( |
| ) |
const |
Get number of bonds of this chain.
returns the axis-aligned bounding box of the entity
| int GetIndexForResNum |
( |
const ResNum & |
number | ) |
const |
previous residue, not necessarily in sequence
| int GetResidueCount |
( |
| ) |
const |
Get number of residues of this chain.
| bool InSequence |
( |
| ) |
const |
whether the residue numbers are in ascending order
| void SetName |
( |
const String & |
new_name | ) |
|
The documentation for this class was generated from the following file: