bitvec.h File Reference

Fast and efficient bitstring class. More...

#include "babelconfig.h"
#include <iostream>
#include <algorithm>
#include <vector>
#include <string>

Go to the source code of this file.

Namespaces

namespace  OpenBabel

Classes

class  OBBitVec
 Fast and efficient bitstring class. More...

Defines

#define SETWORD   32
#define STARTWORDS   10

Functions

void ThrowError (char *str)
double Tanimoto (OBBitVec &, OBBitVec &)
 This function can change the size of second parameter. There is an alternative with different parameters.


Detailed Description

Fast and efficient bitstring class.


Define Documentation

#define SETWORD   32

#define STARTWORDS   10