SubsetCut


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class SubsetCut
{
public:
SubsetCut() ;
SubsetCut(int bitSet, unsigned int mostSignificantOnBit, unsigned int leastSignificantOnBit) ;
int bitSet_;
unsigned int mostSignificantOnBit_;
unsigned int leastSignificantOnBit_;
SubsetCut operator|(const SubsetCut& other) const ;
protected:
}; // SubsetCut

Back to the top of SubsetCut


KEYWORD

Back to the top of SubsetCut


AUTHORS

Back to the top of SubsetCut


CHANGES LOG

Back to the top of SubsetCut


GOALS

Back to the top of SubsetCut

		

USAGE

		

Back to the top of SubsetCut


SubsetCut() ;

  SubsetCut()   
;

Function is currently defined inline.


Back to the top of SubsetCut


SubsetCut(int bitSet, unsigned int mostSignificantOnBit, unsigned int leastSignificantOnBit) ;

  SubsetCut(int bitSet, unsigned int mostSignificantOnBit, unsigned int leastSignificantOnBit)
    ;

Function is currently defined inline.


Back to the top of SubsetCut


int bitSet_;

  int bitSet_;

Back to the top of SubsetCut


unsigned int mostSignificantOnBit_;

  unsigned int mostSignificantOnBit_;

Back to the top of SubsetCut


unsigned int leastSignificantOnBit_;

  unsigned int leastSignificantOnBit_;

Back to the top of SubsetCut


SubsetCut operator|(const SubsetCut& other) const ;

  SubsetCut operator|(const SubsetCut& other) const                                                                                                                                                                        
;

Function is currently defined inline.


Back to the top of SubsetCut


All Members

public:
int bitSet_;
unsigned int mostSignificantOnBit_;
unsigned int leastSignificantOnBit_;
SubsetCut operator|(const SubsetCut& other) const ;
protected:

Back to the top of SubsetCut


Ancestors

Class does not inherit from any other class.

Back to the top of SubsetCut


Descendants

Class is not inherited by any others.

Back to the top of SubsetCut


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

Report problems to jkotula@unimax.com