|
| OBBitVec | operator| (const OBBitVec &bv1, const OBBitVec &bv2) |
| |
| OBBitVec | operator & (const OBBitVec &bv1, const OBBitVec &bv2) |
| |
| OBBitVec | operator^ (const OBBitVec &bv1, const OBBitVec &bv2) |
| |
| OBBitVec | operator- (const OBBitVec &bv1, const OBBitVec &bv2) |
| |
| bool | operator== (const OBBitVec &bv1, const OBBitVec &bv2) |
| |
| bool | operator< (const OBBitVec &bv1, const OBBitVec &bv2) |
| |
| std::istream & | operator>> (std::istream &is, OBBitVec &bv) |
| |
| std::ostream & | operator<< (std::ostream &os, const OBBitVec &bv) |
| |
| double | Tanimoto (const OBBitVec &bv1, const OBBitVec &bv2) |
| |
Fast and efficient bitstring class.