MultiRes


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class MultiRes
{
public:
MultiRes() ;
SubsetCut pivotFeaturesSet_;
int queryMoleculesBitSet_;
vector< vector< int>* > resultsIndicatorVectors_;
bool isTrivialSubset_;
static bool joinTwoMultiRes(MultiRes& res1, MultiRes& res2, hash_map< int, MultiRes*>& results);
~MultiRes() ;
protected:
}; // MultiRes

Back to the top of MultiRes


KEYWORD

Back to the top of MultiRes


AUTHORS

Back to the top of MultiRes


CHANGES LOG

Back to the top of MultiRes


GOALS

Back to the top of MultiRes

		

USAGE

		

Back to the top of MultiRes


MultiRes() ;

  MultiRes() ;

Function is currently defined inline.


Back to the top of MultiRes


SubsetCut pivotFeaturesSet_;

  SubsetCut pivotFeaturesSet_;

Back to the top of MultiRes


int queryMoleculesBitSet_;

  int queryMoleculesBitSet_;

Back to the top of MultiRes


vector< vector< int>* > resultsIndicatorVectors_;

  vector< vector< int>* > resultsIndicatorVectors_;

Back to the top of MultiRes


bool isTrivialSubset_;

  bool isTrivialSubset_;

Back to the top of MultiRes


bool joinTwoMultiRes(MultiRes& res1, MultiRes& res2, hash_map< int, MultiRes*>& results);

  static bool joinTwoMultiRes(MultiRes& res1, MultiRes& res2, hash_map< int, MultiRes*>& results);

Back to the top of MultiRes


~MultiRes() ;

  ~MultiRes()                                                                                                                                                    
;

Function is currently defined inline.


Back to the top of MultiRes


All Members

public:
SubsetCut pivotFeaturesSet_;
int queryMoleculesBitSet_;
vector< vector< int>* > resultsIndicatorVectors_;
bool isTrivialSubset_;
static bool joinTwoMultiRes(MultiRes& res1, MultiRes& res2, hash_map< int, MultiRes*>& results);
protected:

Back to the top of MultiRes


Ancestors

Class does not inherit from any other class.

Back to the top of MultiRes


Descendants

Class is not inherited by any others.

Back to the top of MultiRes


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

Report problems to jkotula@unimax.com