|
None | __init__ () |
| Initializes the TorsionLibrary instance.
|
|
None | __init__ (TorsionLibrary lib) |
| Initializes a copy of the TorsionLibrary instance lib. More...
|
|
None | load (Base.IStream is) |
|
None | loadDefaults () |
|
None | save (Base.OStream os) |
|
TorsionLibrary | assign (TorsionLibrary lib) |
| Replaces the current state of self with a copy of the state of the TorsionLibrary instance lib. More...
|
|
None | __init__ (TorsionCategory cat) |
| Initializes a copy of the TorsionCategory instance cat. More...
|
|
int | getObjectID () |
| Returns the numeric identifier (ID) of the wrapped C++ class instance. More...
|
|
TorsionCategory | assign (TorsionCategory cat) |
| Replaces the current state of self with a copy of the state of the TorsionCategory instance cat. More...
|
|
str | getMatchPatternString () |
|
None | setMatchPatternString (str ptn_str) |
|
Chem.MolecularGraph | getMatchPattern () |
|
None | setMatchPattern (Chem.MolecularGraph ptn) |
|
int | getBondAtom1Type () |
|
None | setBondAtom1Type (int type) |
|
int | getBondAtom2Type () |
|
None | setBondAtom2Type (int type) |
|
str | getName () |
|
None | setName (str name) |
|
int | getNumRules (bool recursive=False) |
|
TorsionRule | getRule (int idx) |
|
None | removeRule (int idx) |
|
TorsionRule | addRule (TorsionRule rule) |
|
RuleSequence | getRules () |
|
int | getNumCategories (bool recursive=False) |
|
TorsionCategory | getCategory (int idx) |
|
None | removeCategory (int idx) |
|
TorsionCategory | addCategory (TorsionCategory cat) |
|
CategorySequence | getCategories () |
|
None | clear () |
|
None | swap (TorsionCategory cat) |
|