#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. |
#define SETWORD 32 |
#define STARTWORDS 10 |