|
MoleculesResult | Scine::Molassembler::Interpret::molecules (const Utils::ElementTypeCollection &elements, const AngstromPositions &angstromWrapper, const Utils::BondOrderCollection &bondOrders, BondDiscretizationOption discretization=BondDiscretizationOption::Binary, const boost::optional< double > &stereopermutatorThreshold=1.4) |
| The function that actually does all the work with the library-internal wrapper. More...
|
|
MoleculesResult | Scine::Molassembler::Interpret::molecules (const Utils::ElementTypeCollection &elements, const AngstromPositions &angstromWrapper, BondDiscretizationOption discretization=BondDiscretizationOption::Binary, const boost::optional< double > &stereopermutatorThreshold=1.4) |
| Interpret a molecule from positional information only. Calculates bond orders using uffBondOrders. More...
|
|
MoleculesResult | Scine::Molassembler::Interpret::molecules (const Utils::AtomCollection &atomCollection, const Utils::BondOrderCollection &bondOrders, BondDiscretizationOption discretization=BondDiscretizationOption::Binary, const boost::optional< double > &stereopermutatorThreshold=1.4) |
| Interpret molecules from element types, positional information and a bond order collection. More...
|
|
MoleculesResult | Scine::Molassembler::Interpret::molecules (const Utils::AtomCollection &atomCollection, BondDiscretizationOption discretization=BondDiscretizationOption::Binary, const boost::optional< double > &stereopermutatorThreshold=1.4) |
| Interpret molecules in 3D information. More...
|
|
GraphsResult | Scine::Molassembler::Interpret::graphs (const Utils::ElementTypeCollection &elements, const AngstromPositions &angstromWrapper, const Utils::BondOrderCollection &bondOrders, BondDiscretizationOption discretization=BondDiscretizationOption::Binary) |
| The function that actually does all the work with the library-internal wrapper. More...
|
|
GraphsResult | Scine::Molassembler::Interpret::graphs (const Utils::AtomCollection &atomCollection, const Utils::BondOrderCollection &bondOrders, BondDiscretizationOption discretization=BondDiscretizationOption::Binary) |
| Interpret graphs from element types, positional information and a bond order collection. More...
|
|
std::vector< FalsePositive > | Scine::Molassembler::Interpret::uncertainBonds (const Utils::AtomCollection &atomCollection, const Utils::BondOrderCollection &bondOrders) |
| Suggests false positives from a binary interpretation of bond orders. More...
|
|
std::vector< FalsePositive > | Scine::Molassembler::Interpret::badHapticLigandBonds (const Utils::AtomCollection &atomCollection, const Utils::BondOrderCollection &bondOrders) |
| Suggests false positive haptic ligand bonds from a binary interpretation of bond orders. More...
|
|
Utils::BondOrderCollection | Scine::Molassembler::Interpret::removeFalsePositives (const Utils::AtomCollection &atoms, const Utils::BondOrderCollection bonds) |
| Iteratively applies false positive detection schemes. More...
|
|
Interpret multiple molecules in positional information.
- Copyright
- This code is licensed under the 3-clause BSD license. Copyright ETH Zurich, Laboratory of Physical Chemistry, Reiher Group. See LICENSE.txt for details. Contains functionality permitting the interpretation of several Molecules from three-dimensional structures with or without accompanying bond orders.