Cell


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class Cell
{
public:
Cell(BPNode *node, int entry, float score) ;
bool operator < (const Cell& other) const ;
float score() const ;
int nodeIndex() ;
BPNode *node_;
unsigned int entry_;
float score_;
vector< Cell*> cells_;
protected:
}; // Cell

Back to the top of Cell


KEYWORD

Back to the top of Cell


AUTHORS

Back to the top of Cell


CHANGES LOG

Back to the top of Cell


GOALS

Back to the top of Cell

		

USAGE

		

Back to the top of Cell


Cell(BPNode *node, int entry, float score) ;

  Cell(BPNode *node, int entry, float score) ;

Function is currently defined inline.


Back to the top of Cell


bool operator < (const Cell& other) const ;

  bool operator < (const Cell& other) const                                  
;

Function is currently defined inline.


Back to the top of Cell


float score() const ;

  float score() const                   
;

Function is currently defined inline.


Back to the top of Cell


int nodeIndex() ;

  int nodeIndex()                                                            
;

Function is currently defined inline.


Back to the top of Cell


BPNode *node_;

  BPNode *node_;

Back to the top of Cell


unsigned int entry_;

  unsigned int entry_;

Back to the top of Cell


float score_;

  float score_;

Back to the top of Cell


vector< Cell*> cells_;

  vector< Cell*> cells_;

Back to the top of Cell


All Members

public:
bool operator < (const Cell& other) const ;
float score() const ;
int nodeIndex() ;
BPNode *node_;
unsigned int entry_;
float score_;
vector< Cell*> cells_;
protected:

Back to the top of Cell


Ancestors

Class does not inherit from any other class.

Back to the top of Cell


Descendants

Class is not inherited by any others.

Back to the top of Cell


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

Report problems to jkotula@unimax.com