![]() |
Rosetta
2021.16
|
Generates constraints for membrane spans to stay in the membrane. More...
#include <MembraneSpanConstraintGenerator.hh>

Public Member Functions | |
| MembraneSpanConstraintGenerator () | |
| ~MembraneSpanConstraintGenerator () override | |
| protocols::constraint_generator::ConstraintGeneratorOP | clone () const override |
| core::scoring::constraints::ConstraintCOPs | apply (core::pose::Pose const &pose) const override |
| generates constraints and adds them to the pose More... | |
| void | provide_citation_info (basic::citation_manager::CitationCollectionList &citations) const override |
| Provide citations to the passed CitationCollectionList. This allows the constraint generator to provide citations for itself and for any modules that it invokes. More... | |
Public Member Functions inherited from protocols::constraint_generator::ConstraintGenerator | |
| ConstraintGenerator (std::string const &class_name) | |
| ~ConstraintGenerator () override | |
| void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &data) |
| parses XML tag – calls protected parse_tag() function More... | |
| std::string const & | id () const |
| void | set_id (std::string const &id) |
| std::string const & | class_name () const |
Static Public Member Functions | |
| static std::string | class_name () |
| static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
Protected Member Functions | |
| void | parse_tag (utility::tag::TagCOP, basic::datacache::DataMap &) override |
| called by parse_my_tag – should not be used directly More... | |
Generates constraints for membrane spans to stay in the membrane.
| protocols::constraint_generator::MembraneSpanConstraintGenerator::MembraneSpanConstraintGenerator | ( | ) |
|
overridedefault |
|
overridevirtual |
generates constraints and adds them to the pose
Implements protocols::constraint_generator::ConstraintGenerator.
|
static |
|
overridevirtual |
|
overrideprotectedvirtual |
called by parse_my_tag – should not be used directly
Implements protocols::constraint_generator::ConstraintGenerator.
|
overridevirtual |
Provide citations to the passed CitationCollectionList. This allows the constraint generator to provide citations for itself and for any modules that it invokes.
Cites Jonathan Weinstein.
Reimplemented from protocols::constraint_generator::ConstraintGenerator.
References class_name().
|
static |
1.8.7