Rosetta
|
: UIMover, apply to send in-progress results to UI More...
#include <protocols/network/ui_mover.hh>
#include <core/pose/Pose.hh>
#include <core/pose/datacache/ObserverCache.hh>
#include <core/pose/datacache/CacheableObserverType.hh>
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::network | |
Functions | |
UIObserverOP | protocols::network::get_ui_observer (core::pose::Pose &pose) |
(Internal) helper function to create a UIObserver and add it to the given pose NOTE: You NEED to adjust the observer type and call attach() on the return - by default a new UIObserver isn't attached/observing. More... | |
UIObserverOP | protocols::network::AddUIObserver (core::pose::Pose &p) |
Helper function that create UIObserver Object and add it to the give Pose. This is the most likely the only function that you need to call... More... | |
UIObserverOP | protocols::network::AddUIObserver_to_energies (core::pose::Pose &p) |
Helper function that create UIObserver Object and add it to the give Pose energies object so pymol only updates on energy changes. More... | |
UIObserverOP | protocols::network::AddUIObserver_to_conformation (core::pose::Pose &p) |
Helper function that create UIObserver Object and add it to the give Pose conformation object so pymol only updates on conformation changes. More... | |
: UIMover, apply to send in-progress results to UI