#include <BioPdbStrand.h>
List of all members.
Public Member Functions |
| BioPdbStrand () |
| BioPdbStrand (const string &ti_) |
| BioPdbStrand (int ssn, string irna, char ic, int irnu, string erna, char ec, int ernu, int ss, string f) |
int | getStrandSerialNumber () |
string | getInitialResidueName () |
int | getInitialResidueNumber () |
char | getInitialChainId () |
char | getEndingChainId () |
string | getEndingResidueName () |
int | getEndingResidueNumber () |
int | getStrandSense () |
int | getNumberOfResidues () |
BioProteinChain | getStrandCoordinates () |
BioProteinChain | getStrandCoordinates (BioProteinChain &) |
string | getStrandSequence () |
string | getStrandSequence (BioProteinChain &) |
void | showStrandCoordinates (ostream &out=cout) |
void | showStrandCoordinates (BioProteinChain &, ostream &out=cout) |
Friends |
bool | operator> (const BioPdbStrand &, const BioPdbStrand &) |
bool | operator< (const BioPdbStrand &, const BioPdbStrand &) |
bool | operator== (const BioPdbStrand &, const BioPdbStrand &) |
Constructor & Destructor Documentation
Member Function Documentation
Friends And Related Function Documentation
The documentation for this class was generated from the following file: