BitVectors


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class BitVectors
{
public:
static vector< int> initBitsVec() ;
static void outputBitSet(ostream& s, int bitSet) ;
static void outputBitSet(int bitSet) ;
static int numberOfONBits(int bitSet) ;
static vector< int> bitsVec_;
protected:
}; // BitVectors

Back to the top of BitVectors


KEYWORD

Back to the top of BitVectors


AUTHORS

Back to the top of BitVectors


CHANGES LOG

Back to the top of BitVectors


GOALS

Back to the top of BitVectors

		

USAGE

		

Back to the top of BitVectors


vector< int> initBitsVec() ;

  static vector< int> initBitsVec()                                                                                                                                                
;

Function is currently defined inline.


Back to the top of BitVectors


void outputBitSet(ostream& s, int bitSet) ;

  static void outputBitSet(ostream& s, int bitSet)                                                                                            ;

Function is currently defined inline.


Back to the top of BitVectors


void outputBitSet(int bitSet) ;

  static void outputBitSet(int bitSet)                                      
;

Function is currently defined inline.


Back to the top of BitVectors


int numberOfONBits(int bitSet) ;

  static int numberOfONBits(int bitSet)                                                                                               ;

Function is currently defined inline.


Back to the top of BitVectors


vector< int> bitsVec_;

  static vector< int> bitsVec_;

Back to the top of BitVectors


All Members

public:
static vector< int> initBitsVec() ;
static void outputBitSet(ostream& s, int bitSet) ;
static void outputBitSet(int bitSet) ;
static int numberOfONBits(int bitSet) ;
static vector< int> bitsVec_;
protected:

Back to the top of BitVectors


Ancestors

Class does not inherit from any other class.

Back to the top of BitVectors


Descendants

Class is not inherited by any others.

Back to the top of BitVectors


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

Report problems to jkotula@unimax.com