MultipleResultGraph


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class MultipleResultGraph
{
public:
void addResult(const MultipleResult& mRes) ;
void addResults(vector< MultipleResult*>& results) ;
void computeGraph();
void computeScores();
vector < MultipleResultNode> nodes_;
multiset< const MultipleResultNode*, CompareMultipleResultNodes> sortedNodes_;
protected:
}; // MultipleResultGraph

Back to the top of MultipleResultGraph


KEYWORD

Back to the top of MultipleResultGraph


AUTHORS

Back to the top of MultipleResultGraph


CHANGES LOG

Back to the top of MultipleResultGraph


GOALS

Back to the top of MultipleResultGraph

		

USAGE

		

Back to the top of MultipleResultGraph


void addResult(const MultipleResult& mRes) ;

add results in ascending order of feature bitsets!

  void addResult(const MultipleResult& mRes)                                                
;

Function is currently defined inline.


Back to the top of MultipleResultGraph


void addResults(vector< MultipleResult*>& results) ;

  void addResults(vector< MultipleResult*>& results)                                                                                     
;

Function is currently defined inline.


Back to the top of MultipleResultGraph


void computeGraph();

  void computeGraph();

Back to the top of MultipleResultGraph


void computeScores();

  void computeScores();

Back to the top of MultipleResultGraph


vector < MultipleResultNode> nodes_;

  vector < MultipleResultNode> nodes_;

Back to the top of MultipleResultGraph


multiset< const MultipleResultNode*, CompareMultipleResultNodes> sortedNodes_;

  multiset< const MultipleResultNode*, CompareMultipleResultNodes> sortedNodes_;

Back to the top of MultipleResultGraph


All Members

public:
void addResult(const MultipleResult& mRes) ;
void addResults(vector< MultipleResult*>& results) ;
void computeGraph();
void computeScores();
vector < MultipleResultNode> nodes_;
multiset< const MultipleResultNode*, CompareMultipleResultNodes> sortedNodes_;
protected:

Back to the top of MultipleResultGraph


Ancestors

Class does not inherit from any other class.

Back to the top of MultipleResultGraph


Descendants

Class is not inherited by any others.

Back to the top of MultipleResultGraph


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

Report problems to jkotula@unimax.com