RDKit
Open-source cheminformatics and machine learning.
|
Go to the source code of this file.
Classes | |
class | BitVect |
Abstract base class for storing BitVectors. More... | |
Typedefs | |
typedef std::vector< int > | IntVect |
typedef IntVect::iterator | IntVectIter |
typedef std::vector< double > | DoubleVect |
typedef DoubleVect::iterator | DoubleVectIter |
Variables | |
const int | ci_BITVECT_VERSION = 0x0020 |
version number to use in pickles | |
typedef std::vector<double> DoubleVect |
typedef DoubleVect::iterator DoubleVectIter |
typedef IntVect::iterator IntVectIter |