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

#include <BioProteinSecondaryStructurePrediction.h>

List of all members.

Public Member Functions

 BioProteinSecondaryStructurePrediction ()
 BioProteinSecondaryStructurePrediction (BioRaw &)
 BioProteinSecondaryStructurePrediction (BioFasta &)
 BioProteinSecondaryStructurePrediction (BioProteinSequence &)
 BioProteinSecondaryStructurePrediction (BioSwissProt &)
 BioProteinSecondaryStructurePrediction (const string &)
void showPrediction (ostream &=cout)
void showHelixPrediction (ostream &=cout)
void showStrandPrediction (ostream &=cout)
void showTurnPrediction (ostream &=cout)
int getNumberOfHelices ()
int getNumberOfStrands ()
int getNumberOfTurns ()
string getPredictedSequence ()
string getHelix (int i)
string getStrand (int i)
string getTurn (int i)
void setHelixNucleationParameters (int window, int num)
void setSheetNucleationParameters (int window, int num)
void setHelixExtensionParameter (float param)
void setSheetExtensionParamater (float param)
void showPrediction (BioPostScript &ps, float startx=50, float starty=800, float width=475)
void showHelixPrediction (BioPostScript &ps, float startx=50, float starty=800, float width=475)
void showStrandPrediction (BioPostScript &ps, float startx=50, float starty=800, float width=475)
void showTurnPrediction (BioPostScript &ps, float startx=50, float starty=800, float width=475)

Friends

bool operator> (const BioProteinSecondaryStructurePrediction &, const BioProteinSecondaryStructurePrediction &)
bool operator< (const BioProteinSecondaryStructurePrediction &, const BioProteinSecondaryStructurePrediction &)
bool operator== (const BioProteinSecondaryStructurePrediction &, const BioProteinSecondaryStructurePrediction &)

Constructor & Destructor Documentation


Member Function Documentation

void BioProteinSecondaryStructurePrediction::showHelixPrediction ( BioPostScript ps,
float  startx = 50,
float  starty = 800,
float  width = 475 
)
void BioProteinSecondaryStructurePrediction::showPrediction ( BioPostScript ps,
float  startx = 50,
float  starty = 800,
float  width = 475 
)
void BioProteinSecondaryStructurePrediction::showStrandPrediction ( BioPostScript ps,
float  startx = 50,
float  starty = 800,
float  width = 475 
)
void BioProteinSecondaryStructurePrediction::showTurnPrediction ( BioPostScript ps,
float  startx = 50,
float  starty = 800,
float  width = 475 
)

Friends And Related Function Documentation

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

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