ACEScorePerResidue


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class ACEScorePerResidue
{
public:
ACEScorePerResidue(const ChemMolecule& receptor_mol, const ChemMolecule& ligand_mol);
void addContributionFraction(int typeEntry1, int typeEntry2, float fraction);
void reset() ;
float getFractionOfReceptorRes(int receptorResEntry) const ;
float getFractionOfReceptorRes(vector< int>& vec) const ;
float getFractionOfReceptorResOfIterest() const ;
float getFractionOfLigandRes(int ligandResEntry) const ;
float getFractionOfLigandRes(vector< int>& vec) const ;
float getFractionOfLigandResOfIterest() const ;
float normalScoreReceptor(float score) const ;
float normalScoreLigand(float score) const ;
float getNormalizedReceptorRes(int receptorResEntry) const ;
float getNormalizedLigandRes(int ligandResEntry) const ;
friend ostream& operator<<(ostream& s, const ACEScorePerResidue& score);
void getReceptorInetrfaceResEntries(vector< unsigned int>& vec) const;
void getLigandInetrfaceResEntries(vector< unsigned int> vec) const;
void colorRecMolecule(ChemMolecule& mol);
void colorLigMolecule(ChemMolecule& mol);
protected:
}; // ACEScorePerResidue

Back to the top of ACEScorePerResidue


KEYWORD

Back to the top of ACEScorePerResidue


AUTHORS

Back to the top of ACEScorePerResidue


CHANGES LOG

Back to the top of ACEScorePerResidue


GOALS

Back to the top of ACEScorePerResidue

		

USAGE

		

Back to the top of ACEScorePerResidue


ACEScorePerResidue(const ChemMolecule& receptor_mol, const ChemMolecule& ligand_mol);

  ACEScorePerResidue(const ChemMolecule& receptor_mol, const ChemMolecule& ligand_mol);

Function is currently defined inline.


Back to the top of ACEScorePerResidue


void addContributionFraction(int typeEntry1, int typeEntry2, float fraction);

  void addContributionFraction(int typeEntry1, int typeEntry2, float fraction);

Back to the top of ACEScorePerResidue


void reset() ;

  void reset()                                                        
;

Function is currently defined inline.


Back to the top of ACEScorePerResidue


float getFractionOfReceptorRes(int receptorResEntry) const ;

  float getFractionOfReceptorRes(int receptorResEntry)  const                                                                                                                                                         
;

Function is currently defined inline.


Back to the top of ACEScorePerResidue


float getFractionOfReceptorRes(vector< int>& vec) const ;

  float getFractionOfReceptorRes(vector< int>& vec) const ;

Back to the top of ACEScorePerResidue


float getFractionOfReceptorResOfIterest() const ;

  float getFractionOfReceptorResOfIterest()  const                                                                   
;

Function is currently defined inline.


Back to the top of ACEScorePerResidue


float getFractionOfLigandRes(int ligandResEntry) const ;

  float getFractionOfLigandRes(int ligandResEntry)  const                                                                                                                                               
;

Function is currently defined inline.


Back to the top of ACEScorePerResidue


float getFractionOfLigandRes(vector< int>& vec) const ;

  float getFractionOfLigandRes(vector< int>& vec)  const ;

Back to the top of ACEScorePerResidue


float getFractionOfLigandResOfIterest() const ;

  float getFractionOfLigandResOfIterest()  const                                                               
;

Function is currently defined inline.


Back to the top of ACEScorePerResidue


float normalScoreReceptor(float score) const ;

  float normalScoreReceptor(float score) const                                                                                                                 
;

Function is currently defined inline.


Back to the top of ACEScorePerResidue


float normalScoreLigand(float score) const ;

  float normalScoreLigand(float score) const                                                                                                                 
;

Function is currently defined inline.


Back to the top of ACEScorePerResidue


float getNormalizedReceptorRes(int receptorResEntry) const ;

  float getNormalizedReceptorRes(int receptorResEntry)  const                                                                                  
;

Function is currently defined inline.


Back to the top of ACEScorePerResidue


float getNormalizedLigandRes(int ligandResEntry) const ;

  float getNormalizedLigandRes(int ligandResEntry)  const                                                                            
;

Function is currently defined inline.


Back to the top of ACEScorePerResidue


friend ostream& operator<<(ostream& s, const ACEScorePerResidue& score);

  friend ostream& operator<<(ostream& s, const ACEScorePerResidue& score);

Back to the top of ACEScorePerResidue


void getReceptorInetrfaceResEntries(vector< unsigned int>& vec) const;

  void getReceptorInetrfaceResEntries(vector< unsigned int>& vec) const;

Back to the top of ACEScorePerResidue


void getLigandInetrfaceResEntries(vector< unsigned int> vec) const;

  void getLigandInetrfaceResEntries(vector< unsigned int> vec) const;

Back to the top of ACEScorePerResidue


void colorRecMolecule(ChemMolecule& mol);

  void colorRecMolecule(ChemMolecule& mol);

Back to the top of ACEScorePerResidue


void colorLigMolecule(ChemMolecule& mol);

  void colorLigMolecule(ChemMolecule& mol);

Back to the top of ACEScorePerResidue


All Members

public:
void addContributionFraction(int typeEntry1, int typeEntry2, float fraction);
void reset() ;
float getFractionOfReceptorRes(int receptorResEntry) const ;
float getFractionOfReceptorRes(vector< int>& vec) const ;
float getFractionOfReceptorResOfIterest() const ;
float getFractionOfLigandRes(int ligandResEntry) const ;
float getFractionOfLigandRes(vector< int>& vec) const ;
float getFractionOfLigandResOfIterest() const ;
float normalScoreReceptor(float score) const ;
float normalScoreLigand(float score) const ;
float getNormalizedReceptorRes(int receptorResEntry) const ;
float getNormalizedLigandRes(int ligandResEntry) const ;
friend ostream& operator<<(ostream& s, const ACEScorePerResidue& score);
void getReceptorInetrfaceResEntries(vector< unsigned int>& vec) const;
void getLigandInetrfaceResEntries(vector< unsigned int> vec) const;
void colorRecMolecule(ChemMolecule& mol);
void colorLigMolecule(ChemMolecule& mol);
protected:

Back to the top of ACEScorePerResidue


Ancestors

Class does not inherit from any other class.

Back to the top of ACEScorePerResidue


Descendants

Class is not inherited by any others.

Back to the top of ACEScorePerResidue


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

Report problems to jkotula@unimax.com