![]() |
Rosetta
2021.16
|
a Requirement that an Assembly have less than a certain number of clashes More...
#include <KeepLigandContactsRequirement.hh>

Public Member Functions | |
| KeepLigandContactsRequirement () | |
| KeepLigandContactsRequirement (KeepLigandContactsRequirement const &src) | |
| ~KeepLigandContactsRequirement () override | |
| KeepLigandContactsRequirementOP | clone () const |
| std::pair< bool, bool > | test (data_storage::SmartAssemblyOP assembly) override |
| std::string | get_name () override |
| void | set_options_from_tag (utility::tag::TagCOP requirement_tag, basic::datacache::DataMap &datamap) override |
| core::Real | get_contact_distance_cutoff () const |
| void | set_contact_distance_cutoff (core::Real) |
Public Member Functions inherited from protocols::sewing::requirements::AssemblyRequirement | |
| virtual | ~AssemblyRequirement ()=default |
| Destructor. More... | |
| AssemblyRequirement ()=default | |
| Prevent direct instantiation: No other constructors allowed. More... | |
| AssemblyRequirement (AssemblyRequirement const &)=default | |
Static Public Member Functions | |
| static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &) |
| static utility::tag::AttributeList | get_xml_attributes () |
| static std::string | type_name () |
Private Attributes | |
| core::Real | contact_distance_cutoff_ =2.0 |
| std::pair< bool, bool > | test_results_ |
a Requirement that an Assembly have less than a certain number of clashes
| protocols::sewing::requirements::KeepLigandContactsRequirement::KeepLigandContactsRequirement | ( | ) |
References contact_distance_cutoff_.
| protocols::sewing::requirements::KeepLigandContactsRequirement::KeepLigandContactsRequirement | ( | KeepLigandContactsRequirement const & | src | ) |
References contact_distance_cutoff_.
|
override |
| KeepLigandContactsRequirementOP protocols::sewing::requirements::KeepLigandContactsRequirement::clone | ( | ) | const |
| core::Real protocols::sewing::requirements::KeepLigandContactsRequirement::get_contact_distance_cutoff | ( | ) | const |
References contact_distance_cutoff_.
|
inlineoverridevirtual |
Implements protocols::sewing::requirements::AssemblyRequirement.
References type_name().
|
static |
Referenced by provide_xml_schema().
|
static |
| void protocols::sewing::requirements::KeepLigandContactsRequirement::set_contact_distance_cutoff | ( | core::Real | setting | ) |
References contact_distance_cutoff_.
|
overridevirtual |
Implements protocols::sewing::requirements::AssemblyRequirement.
References contact_distance_cutoff_, and protocols::sewing::requirements::TR().
|
overridevirtual |
Implements protocols::sewing::requirements::AssemblyRequirement.
References contact_distance_cutoff_, and core::kinematics::distance().
|
static |
|
private |
|
private |
1.8.7