ScoredMatched


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class ScoredMatched
{
public:
ScoredMatched(int i, int j, float score) ;
float getScore() const ;
int first() const ;
int second() const ;
friend ostream& operator<<(ostream& s, const ScoredMatched& m);
protected:
int first_;
int second_;
float score_;
}; // ScoredMatched

Back to the top of ScoredMatched


KEYWORD

Back to the top of ScoredMatched


AUTHORS

Back to the top of ScoredMatched


CHANGES LOG

Back to the top of ScoredMatched


GOALS

Back to the top of ScoredMatched

		

USAGE

		

Back to the top of ScoredMatched


ScoredMatched(int i, int j, float score) ;

  ScoredMatched(int i, int j, float score) ;

Function is currently defined inline.


Back to the top of ScoredMatched


float getScore() const ;

  float getScore() const                   
;

Function is currently defined inline.


Back to the top of ScoredMatched


int first() const ;

  int first() const                   
;

Function is currently defined inline.


Back to the top of ScoredMatched


int second() const ;

  int second() const                    
;

Function is currently defined inline.


Back to the top of ScoredMatched


friend ostream& operator<<(ostream& s, const ScoredMatched& m);

  friend ostream& operator<<(ostream& s, const ScoredMatched& m);

Back to the top of ScoredMatched


int first_;

  int first_;

Back to the top of ScoredMatched


int second_;

  int second_;

Back to the top of ScoredMatched


float score_;

  float score_;

Back to the top of ScoredMatched


All Members

public:
float getScore() const ;
int first() const ;
int second() const ;
friend ostream& operator<<(ostream& s, const ScoredMatched& m);
protected:
int first_;
int second_;
float score_;

Back to the top of ScoredMatched


Ancestors

Class does not inherit from any other class.

Back to the top of ScoredMatched


Descendants

Class is not inherited by any others.

Back to the top of ScoredMatched


Generated from source by the Cocoon utilities on Mon Dec 21 11:44:48 2009 .

Report problems to jkotula@unimax.com