|
BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioPdbSeqres.h>

Public Member Functions | |
| BioPdbSeqres (const string &ti_) | |
| void | showSeqres (ostream &=cout) |
| void | showSeqres (char, ostream &=cout) |
| void | showSeqresChainIds (ostream &=cout) |
| bool | findSeqresChainId (char) |
| string | getSeqresSequence (char) |
| string | getSeqresSequenceSegment (char, int, int) |
| int | getSeqresSequenceLength (char) |
| int | getSeqresNumberOfChainIds () |
| char | getSeqresChainId (int chainIdIndex) |
| BioPdbSeqres::BioPdbSeqres | ( | const string & | ti_ | ) |
| bool BioPdbSeqres::findSeqresChainId | ( | char | ) |
| char BioPdbSeqres::getSeqresChainId | ( | int | chainIdIndex | ) |
| string BioPdbSeqres::getSeqresSequence | ( | char | ) |
| int BioPdbSeqres::getSeqresSequenceLength | ( | char | ) |
| string BioPdbSeqres::getSeqresSequenceSegment | ( | char | , |
| int | , | ||
| int | |||
| ) |
| void BioPdbSeqres::showSeqres | ( | ostream & | = cout | ) |
| void BioPdbSeqres::showSeqres | ( | char | , |
| ostream & | = cout |
||
| ) |
| void BioPdbSeqres::showSeqresChainIds | ( | ostream & | = cout | ) |