Result


[ DockingLib | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class Result
: public RigidTrans3
{
public:
// Constructors
Result() ;
Result(RigidTrans3 tr, int geomScore, float maxPenetration, float interfaceArea, int activeSite1, int activeSite2, int interactingScore, float aceScore, float buriedNonPolar, float energyScore);
// Inspectors
int getScore() const ;
unsigned int getRank() const ;
float getRMSD() const ;
float getiRMSD() const ;
int getGeomScore() const ;
float getMaxPenetration() const ;
float getInterfaceArea() const ;
float getACEScore() const ;
float getBuriedNonPolar() const ;
float getEnergyScore() const ;
unsigned int getClusterNumber() const ;
float getDistance() const ;
const RigidTrans3& rigidTrans() const ;
// Modifiers
void setScore(int s) ;
void setRank(unsigned int r) ;
void setRMSD(float r) ;
void setiRMSD(float r) ;
void setGeomScore(int s) ;
void setMaxPenetration(float s) ;
void setActiveSite1Score(int s) ;
void setActiveSite2Score(int s) ;
void setInteractingScore(int s) ;
void setACEScore(float s) ;
void setBuriedNonPolar(float r) ;
void setEnergyScore(float s) ;
void setClusterNumber(unsigned int num) ;
void setDistance(float d) ;
void setRigidTrans(const RigidTrans3& t) ;
friend istream& operator>>(istream& s, Result& res) ;
friend ostream& operator<<(ostream& s, const Result& p) ;
static void printHeader(ostream& outStream) ;
protected:
unsigned int rank_;
float rmsd_;
float irmsd_;
int geomScore_;
float maxPenetration_;
float interfaceArea_;
int activeSite1_;
int activeSite2_;
int interactingScore_;
float aceScore_;
float buriedNonPolar_;
float energyScore_;
unsigned int clusterNumber_;
float distance_;
}; // Result

Back to the top of Result


KEYWORD

Back to the top of Result


AUTHORS

Back to the top of Result


CHANGES LOG

Back to the top of Result


GOALS

Back to the top of Result

		

USAGE

		

Back to the top of Result


Result() ;

  Result() ;

Function is currently defined inline.


Back to the top of Result


Result(RigidTrans3 tr, int geomScore, float maxPenetration, float interfaceArea, int activeSite1, int activeSite2, int interactingScore, float aceScore, float buriedNonPolar, float energyScore);

  Result(RigidTrans3 tr, int geomScore, float maxPenetration, float interfaceArea,
////
	 int activeSite1, int activeSite2, int interactingScore, 
////
	 float aceScore, float buriedNonPolar, float energyScore);

Function is currently defined inline.


Back to the top of Result


int getScore() const ;

  int getScore() const                      
;

Function is currently defined inline.


Back to the top of Result


unsigned int getRank() const ;

  unsigned int getRank() const                 
;

Function is currently defined inline.


Back to the top of Result


float getRMSD() const ;

  float getRMSD() const                 
;

Function is currently defined inline.


Back to the top of Result


float getiRMSD() const ;

  float getiRMSD() const                  
;

Function is currently defined inline.


Back to the top of Result


int getGeomScore() const ;

  int getGeomScore() const                      
;

Function is currently defined inline.


Back to the top of Result


float getMaxPenetration() const ;

  float getMaxPenetration() const                           
;

Function is currently defined inline.


Back to the top of Result


float getInterfaceArea() const ;

  float getInterfaceArea() const                          
;

Function is currently defined inline.


Back to the top of Result


float getACEScore() const ;

  float getACEScore() const                     
;

Function is currently defined inline.


Back to the top of Result


float getBuriedNonPolar() const ;

  float getBuriedNonPolar() const                            
;

Function is currently defined inline.


Back to the top of Result


float getEnergyScore() const ;

  float getEnergyScore() const                        
;

Function is currently defined inline.


Back to the top of Result


unsigned int getClusterNumber() const ;

  unsigned int getClusterNumber() const                          
;

Function is currently defined inline.


Back to the top of Result


float getDistance() const ;

  float getDistance() const                      
;

Function is currently defined inline.


Back to the top of Result


const RigidTrans3& rigidTrans() const ;

  const RigidTrans3& rigidTrans() const                 
;

Function is currently defined inline.


Back to the top of Result


void setScore(int s) ;

  void setScore(int s)                   
;

Function is currently defined inline.


Back to the top of Result


void setRank(unsigned int r) ;

  void setRank(unsigned int r)              
;

Function is currently defined inline.


Back to the top of Result


void setRMSD(float r) ;

  void setRMSD(float r)              
;

Function is currently defined inline.


Back to the top of Result


void setiRMSD(float r) ;

  void setiRMSD(float r)               
;

Function is currently defined inline.


Back to the top of Result


void setGeomScore(int s) ;

  void setGeomScore(int s)                   
;

Function is currently defined inline.


Back to the top of Result


void setMaxPenetration(float s) ;

  void setMaxPenetration(float s)                         
;

Function is currently defined inline.


Back to the top of Result


void setActiveSite1Score(int s) ;

  void setActiveSite1Score(int s)                      
;

Function is currently defined inline.


Back to the top of Result


void setActiveSite2Score(int s) ;

  void setActiveSite2Score(int s)                      
;

Function is currently defined inline.


Back to the top of Result


void setInteractingScore(int s) ;

  void setInteractingScore(int s)                          
;

Function is currently defined inline.


Back to the top of Result


void setACEScore(float s) ;

  void setACEScore(float s)                      
;

Function is currently defined inline.


Back to the top of Result


void setBuriedNonPolar(float r) ;

  void setBuriedNonPolar(float r)                        
;

Function is currently defined inline.


Back to the top of Result


void setEnergyScore(float s) ;

  void setEnergyScore(float s)                     
;

Function is currently defined inline.


Back to the top of Result


void setClusterNumber(unsigned int num) ;

  void setClusterNumber(unsigned int num)                         
;

Function is currently defined inline.


Back to the top of Result


void setDistance(float d) ;

  void setDistance(float d)                   
;

Function is currently defined inline.


Back to the top of Result


void setRigidTrans(const RigidTrans3& t) ;

  void setRigidTrans(const RigidTrans3& t)                               
;

Function is currently defined inline.


Back to the top of Result


friend istream& operator>>(istream& s, Result& res) ;

read from stream

  friend istream& operator>>(istream& s, Result& res)                                                          ;

Function is currently defined inline.


Back to the top of Result


friend ostream& operator<<(ostream& s, const Result& p) ;

write to stream

  friend ostream& operator<<(ostream& s, const Result& p)                                                                             ;

Function is currently defined inline.


Back to the top of Result


void printHeader(ostream& outStream) ;

  static void printHeader(ostream& outStream)                                             ;

Function is currently defined inline.


Back to the top of Result


unsigned int rank_;

  unsigned int rank_; 

Back to the top of Result


float rmsd_;

  float rmsd_;

Back to the top of Result


float irmsd_;

  float irmsd_;

Back to the top of Result


int geomScore_;

  int geomScore_;

Back to the top of Result


float maxPenetration_;

  float maxPenetration_;

Back to the top of Result


float interfaceArea_;

  float interfaceArea_;

Back to the top of Result


int activeSite1_;

  int activeSite1_;

Back to the top of Result


int activeSite2_;

  int activeSite2_;

Back to the top of Result


int interactingScore_;

  int interactingScore_; // surface score for as1 as2 contacts

Back to the top of Result


float aceScore_;

  float aceScore_; // desolvation score

Back to the top of Result


float buriedNonPolar_;

  float buriedNonPolar_;

Back to the top of Result


float energyScore_;

  float energyScore_;

Back to the top of Result


unsigned int clusterNumber_;

  unsigned int clusterNumber_;

Back to the top of Result


float distance_;

  float distance_; // in case distance constraint was given

Back to the top of Result


All Members

public:
// Inspectors
int getScore() const ;
unsigned int getRank() const ;
float getRMSD() const ;
float getiRMSD() const ;
int getGeomScore() const ;
float getMaxPenetration() const ;
float getInterfaceArea() const ;
float getACEScore() const ;
float getBuriedNonPolar() const ;
float getEnergyScore() const ;
unsigned int getClusterNumber() const ;
float getDistance() const ;
const RigidTrans3& rigidTrans() const ;
// Modifiers
void setScore(int s) ;
void setRank(unsigned int r) ;
void setRMSD(float r) ;
void setiRMSD(float r) ;
void setGeomScore(int s) ;
void setMaxPenetration(float s) ;
void setActiveSite1Score(int s) ;
void setActiveSite2Score(int s) ;
void setInteractingScore(int s) ;
void setACEScore(float s) ;
void setBuriedNonPolar(float r) ;
void setEnergyScore(float s) ;
void setClusterNumber(unsigned int num) ;
void setDistance(float d) ;
void setRigidTrans(const RigidTrans3& t) ;
friend istream& operator>>(istream& s, Result& res) ;
friend ostream& operator<<(ostream& s, const Result& p) ;
static void printHeader(ostream& outStream) ;
protected:
unsigned int rank_;
float rmsd_;
float irmsd_;
int geomScore_;
float maxPenetration_;
float interfaceArea_;
int activeSite1_;
int activeSite2_;
int interactingScore_;
float aceScore_;
float buriedNonPolar_;
float energyScore_;
unsigned int clusterNumber_;
float distance_;

Back to the top of Result


Ancestors

Inheritance chain for Result:

Back to the top of Result


Descendants

Class is not inherited by any others.

Back to the top of Result


Generated from source by the Cocoon utilities on Mon Dec 21 12:00:25 2009 .

Report problems to jkotula@unimax.com