![]() |
RDKit
Open-source cheminformatics and machine learning.
|
Go to the source code of this file.
Classes | |
class | RDKit::MolChemicalFeatureFactory |
The class for finding chemical features in molecules. More... | |
Namespaces | |
RDKit | |
Includes a bunch of functionality for handling Atom and Bond queries. | |
Typedefs | |
typedef boost::shared_ptr< MolChemicalFeature > | RDKit::FeatSPtr |
typedef std::list< FeatSPtr > | RDKit::FeatSPtrList |
typedef FeatSPtrList::iterator | RDKit::FeatSPtrList_I |
Functions | |
MolChemicalFeatureFactory * | RDKit::buildFeatureFactory (std::istream &inStream) |
constructs a MolChemicalFeatureFactory from the data in a stream More... | |
MolChemicalFeatureFactory * | RDKit::buildFeatureFactory (const std::string &featureData) |
constructs a MolChemicalFeatureFactory from the data in a string More... | |