Result[ DockingLib | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
| 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() ;
Function is currently defined inline.
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.
int getScore() const ;
Function is currently defined inline.
unsigned int getRank() const ;
unsigned int getRank() const ;
Function is currently defined inline.
float getRMSD() const ;
Function is currently defined inline.
float getiRMSD() const ;
Function is currently defined inline.
int getGeomScore() const ;
Function is currently defined inline.
float getMaxPenetration() const ;
float getMaxPenetration() const ;
Function is currently defined inline.
float getInterfaceArea() const ;
float getInterfaceArea() const ;
Function is currently defined inline.
float getACEScore() const ;
Function is currently defined inline.
float getBuriedNonPolar() const ;
float getBuriedNonPolar() const ;
Function is currently defined inline.
float getEnergyScore() const ;
float getEnergyScore() const ;
Function is currently defined inline.
unsigned int getClusterNumber() const ;
unsigned int getClusterNumber() const ;
Function is currently defined inline.
float getDistance() const ;
Function is currently defined inline.
const RigidTrans3& rigidTrans() const ;
const RigidTrans3& rigidTrans() const ;
Function is currently defined inline.
void setScore(int s) ;
Function is currently defined inline.
void setRank(unsigned int r) ;
void setRank(unsigned int r) ;
Function is currently defined inline.
void setRMSD(float r) ;
Function is currently defined inline.
void setiRMSD(float r) ;
Function is currently defined inline.
void setGeomScore(int s) ;
Function is currently defined inline.
void setMaxPenetration(float s) ;
void setMaxPenetration(float s) ;
Function is currently defined inline.
void setActiveSite1Score(int s) ;
void setActiveSite1Score(int s) ;
Function is currently defined inline.
void setActiveSite2Score(int s) ;
void setActiveSite2Score(int s) ;
Function is currently defined inline.
void setInteractingScore(int s) ;
void setInteractingScore(int s) ;
Function is currently defined inline.
void setACEScore(float s) ;
Function is currently defined inline.
void setBuriedNonPolar(float r) ;
void setBuriedNonPolar(float r) ;
Function is currently defined inline.
void setEnergyScore(float s) ;
void setEnergyScore(float s) ;
Function is currently defined inline.
void setClusterNumber(unsigned int num) ;
void setClusterNumber(unsigned int num) ;
Function is currently defined inline.
void setDistance(float d) ;
Function is currently defined inline.
void setRigidTrans(const RigidTrans3& t) ;
void setRigidTrans(const RigidTrans3& t) ;
Function is currently defined inline.
friend istream& operator>>(istream& s, Result& res) ;
read from stream
friend istream& operator>>(istream& s, Result& res) ;
Function is currently defined inline.
friend ostream& operator<<(ostream& s, const Result& p) ;
write to stream
friend ostream& operator<<(ostream& s, const Result& p) ;
Function is currently defined inline.
void printHeader(ostream& outStream) ;
static void printHeader(ostream& outStream) ;
Function is currently defined inline.
unsigned int rank_;
float rmsd_;
float irmsd_;
int geomScore_;
float maxPenetration_;
float interfaceArea_;
int activeSite1_;
int activeSite2_;
int interactingScore_; // surface score for as1 as2 contacts
float aceScore_; // desolvation score
float buriedNonPolar_;
float energyScore_;
unsigned int clusterNumber_;
float distance_; // in case distance constraint was given
| 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_; | |
Report problems to jkotula@unimax.com