ScorePair

All class functions are defined inline.


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class ScorePair
: public pair< ScoreData, ScoreData>
{
public:
ScorePair(ScoreData f, ScoreData s, RigidTrans3 trans) ;
int score() const ;
const RigidTrans3& rigidTrans() const ;
friend ostream& operator<<(ostream& s, const ScorePair& p) ;
protected:
}; // ScorePair

Back to the top of ScorePair


KEYWORD

Back to the top of ScorePair


AUTHORS

Back to the top of ScorePair


CHANGES LOG

Back to the top of ScorePair


GOALS

Back to the top of ScorePair

		

USAGE

		

Back to the top of ScorePair


ScorePair(ScoreData f, ScoreData s, RigidTrans3 trans) ;

  ScorePair(ScoreData f, ScoreData s, RigidTrans3 trans) ;

Function is currently defined inline.


Back to the top of ScorePair


int score() const ;

  int score() const                   
;

Function is currently defined inline.


Back to the top of ScorePair


const RigidTrans3& rigidTrans() const ;

  const RigidTrans3& rigidTrans() const                   
;

Function is currently defined inline.


Back to the top of ScorePair


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

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

Function is currently defined inline.


Back to the top of ScorePair


All Members

public:
int score() const ;
const RigidTrans3& rigidTrans() const ;
friend ostream& operator<<(ostream& s, const ScorePair& p) ;
protected:

Back to the top of ScorePair


Ancestors

Inheritance chain for ScorePair:

Back to the top of ScorePair


Descendants

Class is not inherited by any others.

Back to the top of ScorePair


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

Report problems to jkotula@unimax.com