![]() |
Rosetta Protocols
2014.16.56682
|
#include <LoopsExplicitDefiner.hh>
Public Member Functions | |
| LoopsExplicitDefiner () | |
| virtual | ~LoopsExplicitDefiner () |
| LoopsExplicitDefiner (LoopsExplicitDefiner const &src) | |
| virtual LoopsDefinerOP | clone () const |
| 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, core::pose::Pose const &) |
| Used to parse an xml-like tag to load parameters and properties. More... | |
| SerializedLoopList | apply (core::pose::Pose const &) |
Public Member Functions inherited from protocols::loops::loops_definers::LoopsDefiner | |
| virtual | ~LoopsDefiner () |
Private Member Functions | |
| SerializedLoop | parse_loop_tag (utility::tag::TagCOP tag, std::string const &loops_name) |
Private Attributes | |
| SerializedLoopList | loop_list_ |
| protocols::loops::loops_definers::LoopsExplicitDefiner::LoopsExplicitDefiner | ( | ) |
Referenced by clone().
|
virtual |
| protocols::loops::loops_definers::LoopsExplicitDefiner::LoopsExplicitDefiner | ( | LoopsExplicitDefiner const & | src | ) |
|
virtual |
Implements protocols::loops::loops_definers::LoopsDefiner.
References loop_list_.
|
virtual |
Create another loops definer of the type matching the most-derived version of the class.
Implements protocols::loops::loops_definers::LoopsDefiner.
References LoopsExplicitDefiner().
|
private |
|
virtual |
Used to parse an xml-like tag to load parameters and properties.
Implements protocols::loops::loops_definers::LoopsDefiner.
References begin, end, loop_list_, parse_loop_tag(), and protocols::loops::loops_definers::TR.
|
private |
Referenced by apply(), and parse_my_tag().
1.8.7