#include <BioPdbSheet.h>
List of all members.
Public Member Functions |
| BioPdbSheet () |
| BioPdbSheet (const string &) |
| BioPdbSheet (int ssn, string sid, int nos, string irna, char ic, int irnu, string erna, char ec, int ernu, int ss, string f) |
void | pushStrand (int ssn, string irna, char ic, int irnu, string erna, char ec, int ernu, int ss, string f) |
int | getNumberOfStrands () |
void | setNumberOfStrands (int x) |
int | getSizeOfStrandVector () |
string | getSheetId () |
void | showSheetSequences (ostream &=cout) |
void | showSheetSequences (BioProteinChain &, ostream &=cout) |
string | getSheetSequence (int) |
string | getSheetSequence (BioProteinChain &, int) |
BioPdbStrand | getStrand (int strIndex) |
void | showSheetCoordinates (ostream &=cout) |
void | showSheetCoordinates (BioProteinChain &, ostream &=cout) |
BioProteinChain | getSheetCoordinates (int) |
BioProteinChain | getSheetCoordinates (BioProteinChain &, int) |
BioProteinChain | getSheetCoordinates () |
BioProteinChain | getSheetCoordinates (BioProteinChain &) |
BioMatrix | getSheetDirectionCosines () |
Friends |
bool | operator> (const BioPdbSheet &, const BioPdbSheet &) |
bool | operator< (const BioPdbSheet &, const BioPdbSheet &) |
bool | operator== (const BioPdbSheet &, const BioPdbSheet &) |
Constructor & Destructor Documentation
BioPdbSheet::BioPdbSheet |
( |
int |
ssn, |
|
|
string |
sid, |
|
|
int |
nos, |
|
|
string |
irna, |
|
|
char |
ic, |
|
|
int |
irnu, |
|
|
string |
erna, |
|
|
char |
ec, |
|
|
int |
ernu, |
|
|
int |
ss, |
|
|
string |
f |
|
) |
| |
Member Function Documentation
void BioPdbSheet::pushStrand |
( |
int |
ssn, |
|
|
string |
irna, |
|
|
char |
ic, |
|
|
int |
irnu, |
|
|
string |
erna, |
|
|
char |
ec, |
|
|
int |
ernu, |
|
|
int |
ss, |
|
|
string |
f |
|
) |
| |
Friends And Related Function Documentation
The documentation for this class was generated from the following file: