PairwiseGenerator


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class PairwiseGenerator
{
public:
PairwiseGenerator(const vector< const FeaturedMolecule*>& ligands) ;
void generatePWResults(const FeaturedMolecule* pivot, const vector< const FeaturedMolecule*>& ligands, int resNum, bool justForBest );
vector< vector< PairwiseResult> >& getResults() ;
protected:
vector< vector< PairwiseResult> > results_;
}; // PairwiseGenerator

Back to the top of PairwiseGenerator


KEYWORD

Back to the top of PairwiseGenerator


AUTHORS

Back to the top of PairwiseGenerator


CHANGES LOG

Back to the top of PairwiseGenerator


GOALS

Back to the top of PairwiseGenerator

		

USAGE

		

Back to the top of PairwiseGenerator


PairwiseGenerator(const vector< const FeaturedMolecule*>& ligands) ;

  PairwiseGenerator(const vector< const FeaturedMolecule*>& ligands) ;

Function is currently defined inline.


Back to the top of PairwiseGenerator


void generatePWResults(const FeaturedMolecule* pivot, const vector< const FeaturedMolecule*>& ligands, int resNum, bool justForBest );

  void generatePWResults(const FeaturedMolecule* pivot, const vector< const FeaturedMolecule*>& ligands, int resNum, bool justForBest = false);

Back to the top of PairwiseGenerator


vector< vector< PairwiseResult> >& getResults() ;

  vector< vector< PairwiseResult> >& getResults()                     
;

Function is currently defined inline.


Back to the top of PairwiseGenerator


vector< vector< PairwiseResult> > results_;

  vector< vector< PairwiseResult> > results_;

Back to the top of PairwiseGenerator


All Members

public:
void generatePWResults(const FeaturedMolecule* pivot, const vector< const FeaturedMolecule*>& ligands, int resNum, bool justForBest );
vector< vector< PairwiseResult> >& getResults() ;
protected:
vector< vector< PairwiseResult> > results_;

Back to the top of PairwiseGenerator


Ancestors

Class does not inherit from any other class.

Back to the top of PairwiseGenerator


Descendants

Class is not inherited by any others.

Back to the top of PairwiseGenerator


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

Report problems to jkotula@unimax.com