BestKTuples


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class BestKTuples
{
public:
BestKTuples(unsigned int k) ;
void init(NTuple tuple) ;
float minScore() ;
NTuple top() ;
void pop() ;
bool empty() ;
void push(NTuple tuple) ;
void outputAll() ;
unsigned int k_;
set< NTuple, CompareTuples > tuples_;
set< NTuple, CompareTuples >::iterator currIndex_;
unsigned int steps_;
protected:
}; // BestKTuples

Back to the top of BestKTuples


KEYWORD

Back to the top of BestKTuples


AUTHORS

Back to the top of BestKTuples


CHANGES LOG

Back to the top of BestKTuples


GOALS

Back to the top of BestKTuples

		

USAGE

		

Back to the top of BestKTuples


BestKTuples(unsigned int k) ;

  BestKTuples(unsigned int k) ;

Function is currently defined inline.


Back to the top of BestKTuples


void init(NTuple tuple) ;

  void init(NTuple tuple)                                                        
;

Function is currently defined inline.


Back to the top of BestKTuples


float minScore() ;

  float minScore()                                                                             
;

Function is currently defined inline.


Back to the top of BestKTuples


NTuple top() ;

  NTuple top()                       
;

Function is currently defined inline.


Back to the top of BestKTuples


void pop() ;

  void pop()                           
;

Function is currently defined inline.


Back to the top of BestKTuples


bool empty() ;

  bool empty()                                                     
;

Function is currently defined inline.


Back to the top of BestKTuples


void push(NTuple tuple) ;

  void push(NTuple tuple)                                                                                                                                                              ;

Function is currently defined inline.


Back to the top of BestKTuples


void outputAll() ;

  void outputAll()                                         ;

Function is currently defined inline.


Back to the top of BestKTuples


unsigned int k_;

  unsigned int k_;

Back to the top of BestKTuples


set< NTuple, CompareTuples > tuples_;

  set< NTuple, CompareTuples > tuples_;

Back to the top of BestKTuples


set< NTuple, CompareTuples >::iterator currIndex_;

  set< NTuple, CompareTuples >::iterator currIndex_;

Back to the top of BestKTuples


unsigned int steps_;

  unsigned int steps_;

Back to the top of BestKTuples


All Members

public:
void init(NTuple tuple) ;
float minScore() ;
NTuple top() ;
void pop() ;
bool empty() ;
void push(NTuple tuple) ;
void outputAll() ;
unsigned int k_;
set< NTuple, CompareTuples > tuples_;
set< NTuple, CompareTuples >::iterator currIndex_;
unsigned int steps_;
protected:

Back to the top of BestKTuples


Ancestors

Class does not inherit from any other class.

Back to the top of BestKTuples


Descendants

Class is not inherited by any others.

Back to the top of BestKTuples


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

Report problems to jkotula@unimax.com