BPEdge

the BPEdge keeps the source node, the BPEdge itself is stored inside target BPNode

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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class BPEdge
{
public:
BPEdge(BPNode *otherNode, float score) ;
BPNode *otherNode_;
float score_;
protected:
}; // BPEdge

Back to the top of BPEdge


KEYWORD

Back to the top of BPEdge


AUTHORS

Back to the top of BPEdge


CHANGES LOG

Back to the top of BPEdge


GOALS

Back to the top of BPEdge

		

USAGE

		

Back to the top of BPEdge


BPEdge(BPNode *otherNode, float score) ;

  BPEdge(BPNode *otherNode, float score) ;

Function is currently defined inline.


Back to the top of BPEdge


BPNode *otherNode_;

  BPNode *otherNode_; // source node

Back to the top of BPEdge


float score_;

  float score_;

Back to the top of BPEdge


All Members

public:
BPNode *otherNode_;
float score_;
protected:

Back to the top of BPEdge


Ancestors

Class does not inherit from any other class.

Back to the top of BPEdge


Descendants

Class is not inherited by any others.

Back to the top of BPEdge


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

Report problems to jkotula@unimax.com