Chemical Data Processing Library Python API - Version 1.1.1
|
Public Member Functions | |
None | __init__ () |
Initializes the BemisMurckoAnalyzer instance. | |
None | __init__ (BemisMurckoAnalyzer analyzer) |
Initializes a copy of the BemisMurckoAnalyzer instance analyzer. More... | |
BemisMurckoAnalyzer | assign (BemisMurckoAnalyzer gen) |
Replaces the current state of self with a copy of the state of the BemisMurckoAnalyzer instance gen. More... | |
None | stripHydrogens (bool strip) |
bool | hydrogensStripped () |
None | analyze (MolecularGraph molgraph) |
FragmentList | getRingSystems () |
FragmentList | getSideChains () |
FragmentList | getLinkers () |
FragmentList | getFrameworks () |
Properties | |
hydrogenStripping = property(getHydrogenStripping, setHydrogenStripping) | |
FIXME! | |
ringSystems = property(getRingSystems) | |
sideChains = property(getSideChains) | |
linkers = property(getLinkers) | |
frameworks = property(getFrameworks) | |
None CDPL.Chem.BemisMurckoAnalyzer.__init__ | ( | BemisMurckoAnalyzer | analyzer | ) |
Initializes a copy of the BemisMurckoAnalyzer instance analyzer.
analyzer | The BemisMurckoAnalyzer instance to copy. |
BemisMurckoAnalyzer CDPL.Chem.BemisMurckoAnalyzer.assign | ( | BemisMurckoAnalyzer | gen | ) |
Replaces the current state of self with a copy of the state of the BemisMurckoAnalyzer instance gen.
gen | The BemisMurckoAnalyzer instance to copy. |
None CDPL.Chem.BemisMurckoAnalyzer.stripHydrogens | ( | bool | strip | ) |
strip |
bool CDPL.Chem.BemisMurckoAnalyzer.hydrogensStripped | ( | ) |
None CDPL.Chem.BemisMurckoAnalyzer.analyze | ( | MolecularGraph | molgraph | ) |
molgraph |
FragmentList CDPL.Chem.BemisMurckoAnalyzer.getRingSystems | ( | ) |
FragmentList CDPL.Chem.BemisMurckoAnalyzer.getSideChains | ( | ) |
FragmentList CDPL.Chem.BemisMurckoAnalyzer.getLinkers | ( | ) |
FragmentList CDPL.Chem.BemisMurckoAnalyzer.getFrameworks | ( | ) |