RDKit
Open-source cheminformatics and machine learning.
|
#include <RDGeneral/export.h>
#include <Catalogs/CatalogParams.h>
#include <string>
#include <vector>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Classes | |
class | RDKit::FragCatParams |
container for user parameters used to create a fragment catalog More... | |
Namespaces | |
namespace | RDKit |
Std stuff. | |
Typedefs | |
C++11 Iterators | |
ROMol is a molecule class that is intended to have a fixed topology This is the primary class for most molecule operations. If you need to be manipulating the molecule (e.g. adding or deleting atoms or bonds, use an RWMol instead. Notes:
| |
typedef std::vector< boost::shared_ptr< ROMol > > | RDKit::MOL_SPTR_VECT |