Functions | |
| Real DLLEXPORT_OST_QA | ClashScore (const mol::EntityView &ent_a, const mol::EntityView &ent_b) |
| Real DLLEXPORT_OST_QA | ClashScore (const mol::EntityHandle &ent_a, const mol::EntityView &ent_b) |
| Real DLLEXPORT_OST_QA | ClashScore (const mol::AtomHandle &atom, const mol::EntityView &ent_b) |
| Real DLLEXPORT_OST_QA ost::qa::ClashScore | ( | const mol::AtomHandle & | atom, | |
| const mol::EntityView & | ent_b | |||
| ) |
calculate clash score of one single atom
| Real DLLEXPORT_OST_QA ost::qa::ClashScore | ( | const mol::EntityHandle & | ent_a, | |
| const mol::EntityView & | ent_b | |||
| ) |
calculate clash score between full entity and view
| Real DLLEXPORT_OST_QA ost::qa::ClashScore | ( | const mol::EntityView & | ent_a, | |
| const mol::EntityView & | ent_b | |||
| ) |
calculate clash score between two entity views
For each atom of ent_a the interaction with atoms of ent_b calculated.
1.5.8