![]() |
Rosetta
2021.16
|
A LoopsDefiner which can be configured with a string in a Start:End:Cut,Start:End:Cut... format. (Cut optional, PDB numbering acceptable.) More...
#include <LoopsStringDefiner.hh>

Public Member Functions | |
| LoopsStringDefiner (std::string const &in="") | |
| ~LoopsStringDefiner () override | |
| LoopsStringDefiner (LoopsStringDefiner const &src) | |
| LoopsDefinerOP | clone () const override |
| Create another loops definer of the type matching the most-derived version of the class. More... | |
| void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap const &data) override |
| Used to parse an xml-like tag to load parameters and properties. More... | |
| SerializedLoopList | apply (core::pose::Pose const &) override |
Public Member Functions inherited from protocols::loops::loops_definers::LoopsDefiner | |
| ~LoopsDefiner () override | |
Static Public Member Functions | |
| static std::string | class_name () |
| static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
Private Attributes | |
| std::string | loop_spec_ |
A LoopsDefiner which can be configured with a string in a Start:End:Cut,Start:End:Cut... format. (Cut optional, PDB numbering acceptable.)
| protocols::loops::loops_definers::LoopsStringDefiner::LoopsStringDefiner | ( | std::string const & | in = "" | ) |
|
overridedefault |
|
default |
|
overridevirtual |
Implements protocols::loops::loops_definers::LoopsDefiner.
References loop_spec_, and protocols::loops::serialized_loops_from_string().
|
static |
|
overridevirtual |
Create another loops definer of the type matching the most-derived version of the class.
Implements protocols::loops::loops_definers::LoopsDefiner.
|
overridevirtual |
Used to parse an xml-like tag to load parameters and properties.
Implements protocols::loops::loops_definers::LoopsDefiner.
References loop_spec_.
|
static |
|
private |
Referenced by apply(), and parse_my_tag().
1.8.7