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

Public Member Functions | |
| virtual void | set_up (const protocols::loops::Loops &chunks, core::pose::Pose *pose)=0 |
| Programmatically constructs a FoldTree, updating <pose>. More... | |
| virtual void | tear_down (core::pose::Pose *) |
| Reverts any modifications to <pose> introduced in preceding calls to set_up(). Only subclasses that introduce modifications are responsible for overriding this method. More... | |
|
pure virtual |
Programmatically constructs a FoldTree, updating <pose>.
Implemented in protocols::nonlocal::StarTreeBuilder, and protocols::nonlocal::SimpleTreeBuilder.
|
inlinevirtual |
Reverts any modifications to <pose> introduced in preceding calls to set_up(). Only subclasses that introduce modifications are responsible for overriding this method.
Reimplemented in protocols::nonlocal::StarTreeBuilder.
1.8.7