![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <Seed.h>
Public Member Functions | |
Seed () | |
void | setMoleculeFragment (const Seed &src) |
Seed & | operator= (const Seed &src) |
void | createFromParent (const Seed *parent) |
unsigned int | getNumAtoms () const |
unsigned int | getNumBonds () const |
void | grow (MaximumCommonSubgraph &mcs) const |
bool | canGrowBiggerThan (unsigned int maxBonds, unsigned int maxAtoms) const |
void | computeRemainingSize (const ROMol &qmol) |
unsigned int | addAtom (const Atom *atom) |
unsigned int | addBond (const Bond *bond) |
void | fillNewBonds (const ROMol &qmol, MaximumCommonSubgraph *mcs=nullptr) const |
void | setStoreAllDegenerateMCS (bool value) |
Public Attributes | |
bool | CopyComplete {false} |
unsigned int | GrowingStage {0} |
MolFragment | MoleculeFragment |
Graph | Topology |
boost::dynamic_bitset | ExcludedBonds |
unsigned int | LastAddedAtomsBeginIdx {0} |
unsigned int | LastAddedBondsBeginIdx {0} |
unsigned int | RemainingBonds {0} |
unsigned int | RemainingAtoms {0} |
DuplicatedSeedCache::TKey | DupCacheKey |
std::vector< TargetMatch > | MatchResult |
Definition at line 123 of file Seed.h.
References DupCacheKey, ExcludedBonds, MoleculeFragment, RemainingAtoms, RemainingBonds, and Topology.
void RDKit::FMCS::Seed::fillNewBonds | ( | const ROMol & | qmol, |
MaximumCommonSubgraph * | mcs = nullptr |
||
) | const |
Definition at line 138 of file Seed.h.
References RDKit::FMCS::MolFragment::Atoms.
Definition at line 139 of file Seed.h.
References RDKit::FMCS::MolFragment::Bonds.
void RDKit::FMCS::Seed::grow | ( | MaximumCommonSubgraph & | mcs | ) | const |
Definition at line 105 of file Seed.h.
References DupCacheKey, ExcludedBonds, GrowingStage, LastAddedAtomsBeginIdx, LastAddedBondsBeginIdx, MatchResult, MoleculeFragment, RemainingAtoms, RemainingBonds, and Topology.
Definition at line 102 of file Seed.h.
References MoleculeFragment.
Referenced by RDKit::FMCS::SeedSet::add().
DuplicatedSeedCache::TKey RDKit::FMCS::Seed::DupCacheKey |
Definition at line 92 of file Seed.h.
Referenced by createFromParent(), and operator=().
boost::dynamic_bitset RDKit::FMCS::Seed::ExcludedBonds |
Definition at line 84 of file Seed.h.
Referenced by createFromParent(), and operator=().
Definition at line 78 of file Seed.h.
Referenced by operator=().
Definition at line 86 of file Seed.h.
Referenced by operator=().
Definition at line 88 of file Seed.h.
Referenced by operator=().
std::vector<TargetMatch> RDKit::FMCS::Seed::MatchResult |
Definition at line 95 of file Seed.h.
Referenced by operator=().
MolFragment RDKit::FMCS::Seed::MoleculeFragment |
Definition at line 80 of file Seed.h.
Referenced by createFromParent(), operator=(), and setMoleculeFragment().
Definition at line 90 of file Seed.h.
Referenced by createFromParent(), and operator=().
Definition at line 89 of file Seed.h.
Referenced by createFromParent(), and operator=().
Graph RDKit::FMCS::Seed::Topology |
Definition at line 82 of file Seed.h.
Referenced by createFromParent(), and operator=().