|
Gemmi C++ API
|
#include <monlib.hpp>
Classes | |
| struct | Side |
Public Member Functions | |
| int | calculate_score (const Residue &res1, const Residue *res2, char alt, char alt2, const ChemComp::Aliasing *aliasing1, const ChemComp::Aliasing *aliasing2) const |
| If multiple ChemLinks match a bond, the one with highest scores should be used. | |
Public Attributes | |
| std::string | id |
| std::string | name |
| Side | side1 |
| Side | side2 |
| Restraints | rt |
| cif::Block | block |
Definition at line 29 of file monlib.hpp.
| int gemmi::ChemLink::calculate_score | ( | const Residue & | res1, |
| const Residue * | res2, | ||
| char | alt, | ||
| char | alt2, | ||
| const ChemComp::Aliasing * | aliasing1, | ||
| const ChemComp::Aliasing * | aliasing2 | ||
| ) | const |
If multiple ChemLinks match a bond, the one with highest scores should be used.
| std::string gemmi::ChemLink::id |
Definition at line 47 of file monlib.hpp.
| std::string gemmi::ChemLink::name |
Definition at line 48 of file monlib.hpp.
| Side gemmi::ChemLink::side1 |
Definition at line 49 of file monlib.hpp.
| Side gemmi::ChemLink::side2 |
Definition at line 50 of file monlib.hpp.
| Restraints gemmi::ChemLink::rt |
Definition at line 51 of file monlib.hpp.
| cif::Block gemmi::ChemLink::block |
Definition at line 52 of file monlib.hpp.