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

#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

BioPdbStrand::BioPdbStrand ( const string &  ti_)
BioPdbStrand::BioPdbStrand ( int  ssn,
string  irna,
char  ic,
int  irnu,
string  erna,
char  ec,
int  ernu,
int  ss,
string  f 
)

Member Function Documentation

void BioPdbStrand::showStrandCoordinates ( ostream &  out = cout)
void BioPdbStrand::showStrandCoordinates ( BioProteinChain ,
ostream &  out = cout 
)

Friends And Related Function Documentation

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

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