#include "MolChemicalFeatureDef.h"#include <iostream>#include <boost/shared_ptr.hpp>Go to the source code of this file.
Namespaces | |
| namespace | RDKit |
Classes | |
| class | RDKit::MolChemicalFeatureFactory |
| The class for finding chemical features in molecules. More... | |
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 | |
| MolChemicalFeatureFactory * | RDKit::buildFeatureFactory (const std::string &featureData) |
| constructs a MolChemicalFeatureFactory from the data in a string | |
1.5.3