Rosetta 3.5
|
#include <LoopsDefiner.hh>
Public Member Functions | |
virtual | ~LoopsDefiner () |
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::TagPtr const, moves::DataMap const &, core::pose::Pose 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 |
|
inlinevirtual |
|
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, 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, and protocols::loops::loops_definers::LoopsExplicitDefiner.