|
Rosetta 3.5
|
#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::TagPtr const tag, moves::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::TagPtr const tag, std::string const &loops_name) |
Private Attributes | |
| SerializedLoopList | loop_list_ |
Definition at line 43 of file LoopsExplicitDefiner.hh.
| protocols::loops::loops_definers::LoopsExplicitDefiner::LoopsExplicitDefiner | ( | ) |
Definition at line 60 of file LoopsExplicitDefiner.cc.
Referenced by clone().
|
virtual |
Definition at line 64 of file LoopsExplicitDefiner.cc.
| protocols::loops::loops_definers::LoopsExplicitDefiner::LoopsExplicitDefiner | ( | LoopsExplicitDefiner const & | src) |
Definition at line 66 of file LoopsExplicitDefiner.cc.
|
virtual |
Implements protocols::loops::loops_definers::LoopsDefiner.
Definition at line 151 of file LoopsExplicitDefiner.cc.
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.
Definition at line 75 of file LoopsExplicitDefiner.cc.
References LoopsExplicitDefiner().
|
private |
Definition at line 81 of file LoopsExplicitDefiner.cc.
References protocols::loops::SerializedLoop::cut, protocols::loops::SerializedLoop::extended, protocols::loops::SerializedLoop::skip_rate, protocols::loops::SerializedLoop::start, and protocols::loops::SerializedLoop::stop.
Referenced by parse_my_tag().
|
virtual |
Used to parse an xml-like tag to load parameters and properties.
Implements protocols::loops::loops_definers::LoopsDefiner.
Definition at line 118 of file LoopsExplicitDefiner.cc.
References core::sequence::end, loop_list_, and parse_loop_tag().
|
private |
Definition at line 80 of file LoopsExplicitDefiner.hh.
Referenced by apply(), and parse_my_tag().
1.8.4