![]() |
Rosetta
2021.16
|
#include <LoopsDefiner.hh>

Public Member Functions | |
| ~LoopsDefiner () override | |
| virtual LoopsDefinerOP | clone () const =0 |
| Create another loops definer of the type matching the most-derived version of the class. More... | |
| virtual void | parse_my_tag (utility::tag::TagCOP, basic::datacache::DataMap const &)=0 |
| Used to parse an xml-like tag to load a SerializedLoopLists data structure into the pose. More... | |
| virtual SerializedLoopList | apply (core::pose::Pose const &)=0 |
|
inlineoverride |
|
pure virtual |
|
pure virtual |
Create another loops definer of the type matching the most-derived version of the class.
Implemented in protocols::loops::loops_definers::LoopsDatabaseDefiner, protocols::loops::loops_definers::LoopsFileDefiner, protocols::loops::loops_definers::LoopsStringDefiner, and protocols::loops::loops_definers::LoopsExplicitDefiner.
|
pure virtual |
Used to parse an xml-like tag to load a SerializedLoopLists data structure into the pose.
Implemented in protocols::loops::loops_definers::LoopsDatabaseDefiner, protocols::loops::loops_definers::LoopsFileDefiner, protocols::loops::loops_definers::LoopsExplicitDefiner, and protocols::loops::loops_definers::LoopsStringDefiner.
1.8.7