RDKit
Open-source cheminformatics and machine learning.
|
Defines the SubstanceGroup class. More...
#include <RDGeneral/export.h>
#include <iostream>
#include <utility>
#include <unordered_map>
#include <Geometry/point.h>
#include <RDGeneral/types.h>
#include <RDGeneral/RDProps.h>
#include <boost/smart_ptr.hpp>
Go to the source code of this file.
Classes | |
class | RDKit::SubstanceGroupException |
used to indicate errors from incorrect sgroup access More... | |
class | RDKit::SubstanceGroup |
The class for representing SubstanceGroups. More... | |
struct | RDKit::SubstanceGroup::AttachPoint |
struct | RDKit::SubstanceGroup::CState |
Namespaces | |
namespace | RDKit |
Std stuff. | |
namespace | RDKit::SubstanceGroupChecks |
Variables | |
const std::vector< std::string > | RDKit::SubstanceGroupChecks::sGroupTypes |
const std::vector< std::string > | RDKit::SubstanceGroupChecks::sGroupSubtypes = {"ALT", "RAN", "BLO"} |
const std::vector< std::string > | RDKit::SubstanceGroupChecks::sGroupConnectTypes = {"HH", "HT", "EU"} |
Defines the SubstanceGroup class.
Definition in file SubstanceGroup.h.
RDKIT_GRAPHMOL_EXPORT std::ostream & operator<< | ( | std::ostream & | target, |
const RDKit::SubstanceGroup & | sg | ||
) |
allows SubstanceGroup objects to be dumped to streams