BestKSum


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class BestKSum
{
public:
BestKSum(unsigned int K) ;
void addVec(vector< Cell*> *vec) ;
void init() ;
bool nextBest(NTuple& tuple) ;
~BestKSum() ;
vector< vector< Cell*>* > orderedSets_;
BestKTuples heap_;
protected:
}; // BestKSum

Back to the top of BestKSum


KEYWORD

Back to the top of BestKSum


AUTHORS

Back to the top of BestKSum


CHANGES LOG

Back to the top of BestKSum


GOALS

Back to the top of BestKSum

		

USAGE

		

Back to the top of BestKSum


BestKSum(unsigned int K) ;

  BestKSum(unsigned int K) ;

Function is currently defined inline.


Back to the top of BestKSum


void addVec(vector< Cell*> *vec) ;

  void addVec(vector< Cell*> *vec)                                 
;

Function is currently defined inline.


Back to the top of BestKSum


void init() ;

  void init()                                      
;

Function is currently defined inline.


Back to the top of BestKSum


bool nextBest(NTuple& tuple) ;

  bool nextBest(NTuple& tuple)                                                                                                                                                                                                                                                                                                                    
;

Function is currently defined inline.


Back to the top of BestKSum


~BestKSum() ;

  ~BestKSum()                                                                                                       
;

Function is currently defined inline.


Back to the top of BestKSum


vector< vector< Cell*>* > orderedSets_;

  vector< vector< Cell*>* > orderedSets_; // one  vector<Cell*>* added for each rigid group

Back to the top of BestKSum


BestKTuples heap_;

  BestKTuples heap_;

Back to the top of BestKSum


All Members

public:
void addVec(vector< Cell*> *vec) ;
void init() ;
bool nextBest(NTuple& tuple) ;
vector< vector< Cell*>* > orderedSets_;
BestKTuples heap_;
protected:

Back to the top of BestKSum


Ancestors

Class does not inherit from any other class.

Back to the top of BestKSum


Descendants

Class is not inherited by any others.

Back to the top of BestKSum


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

Report problems to jkotula@unimax.com