BioInt  1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
BioPdbSheet Class Reference

#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 ( const string &  )
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 
)
void BioPdbSheet::showSheetCoordinates ( ostream &  = cout)
void BioPdbSheet::showSheetCoordinates ( BioProteinChain ,
ostream &  = cout 
)
void BioPdbSheet::showSheetSequences ( ostream &  = cout)
void BioPdbSheet::showSheetSequences ( BioProteinChain ,
ostream &  = cout 
)

Friends And Related Function Documentation

bool operator< ( const BioPdbSheet ,
const BioPdbSheet  
) [friend]
bool operator== ( const BioPdbSheet ,
const BioPdbSheet  
) [friend]
bool operator> ( const BioPdbSheet ,
const BioPdbSheet  
) [friend]

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines