BPNode


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class BPNode
{
public:
BPNode(Vote* vote, unsigned int index) ;
int getRigidGroupID() ;
float score() ;
void clearCells();
void setCapacity(int K) ;
void addInEdge(BPNode* other, float score) ;
Vote* vote_;
hash_map < int ,vector< BPEdge>, hash< int> > inEdges_;
vector< Cell*> kCells_;
unsigned int index_;
protected:
}; // BPNode

Back to the top of BPNode


KEYWORD

Back to the top of BPNode


AUTHORS

Back to the top of BPNode


CHANGES LOG

Back to the top of BPNode


GOALS

Back to the top of BPNode

		

USAGE

		

Back to the top of BPNode


BPNode(Vote* vote, unsigned int index) ;

  BPNode(Vote* vote, unsigned int index) ;

Function is currently defined inline.


Back to the top of BPNode


int getRigidGroupID() ;

  int getRigidGroupID()                                                                       
;

Function is currently defined inline.


Back to the top of BPNode


float score() ;

  float score()                                                           
;

Function is currently defined inline.


Back to the top of BPNode


void clearCells();

  void clearCells();

Back to the top of BPNode


void setCapacity(int K) ;

  void setCapacity(int K)                       
;

Function is currently defined inline.


Back to the top of BPNode


void addInEdge(BPNode* other, float score) ;

  void addInEdge(BPNode* other, float score)                                                                        
;

Function is currently defined inline.


Back to the top of BPNode


Vote* vote_;

  Vote* vote_;

Back to the top of BPNode


hash_map < int ,vector< BPEdge>, hash< int> > inEdges_;

  hash_map < int ,vector< BPEdge>, hash< int> > inEdges_;

Back to the top of BPNode


vector< Cell*> kCells_;

  vector< Cell*> kCells_;

Back to the top of BPNode


unsigned int index_;

  unsigned int index_;

Back to the top of BPNode


All Members

public:
int getRigidGroupID() ;
float score() ;
void clearCells();
void setCapacity(int K) ;
void addInEdge(BPNode* other, float score) ;
Vote* vote_;
hash_map < int ,vector< BPEdge>, hash< int> > inEdges_;
vector< Cell*> kCells_;
unsigned int index_;
protected:

Back to the top of BPNode


Ancestors

Class does not inherit from any other class.

Back to the top of BPNode


Descendants

Class is not inherited by any others.

Back to the top of BPNode


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

Report problems to jkotula@unimax.com