![]() |
Rosetta
2021.16
|
the atom properties important in constraint generation More...
#include <LigandAligner.hh>
Public Member Functions | |
| AtomProperties () | |
| AtomProperties (bool donor, bool acceptor, bool H, bool polarH, bool halogen, core::Real ambiguity, core::Real score, std::string tag) | |
| core::Real | match (AtomProperties const &other, core::Real polar_scale, bool halogen_specific) const |
| bool | donor () const |
| bool | polarH () const |
| bool | acceptor () const |
| core::Real | score () const |
| void | score (core::Real value) |
| core::Real | ambiguity () const |
| std::string | tag () const |
| std::string | show () const |
| bool | used_for_phore () const |
Private Attributes | |
| bool | is_donor |
| bool | is_acceptor |
| bool | is_H |
| bool | is_polarH |
| bool | is_halogen |
| core::Real | ambiguity_ |
| core::Real | score_ |
| std::string | tag_ |
the atom properties important in constraint generation
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| core::Real protocols::ligand_docking::ga_ligand_dock::AtomProperties::match | ( | AtomProperties const & | other, |
| core::Real | polar_scale, | ||
| bool | halogen_specific | ||
| ) | const |
References is_acceptor, is_donor, is_H, is_halogen, and is_polarH.
Referenced by protocols::ligand_docking::ga_ligand_dock::LigandAligner::set_constraints().
|
inline |
|
inline |
|
inline |
| std::string protocols::ligand_docking::ga_ligand_dock::AtomProperties::show | ( | ) | const |
References is_acceptor, is_donor, is_H, is_halogen, is_polarH, and core::id::to_string().
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
1.8.7