Rosetta Protocols  2015.09
Namespaces | Macros | Functions
PyMolMover.cc File Reference

Send infromation to PyMol. More...

#include <protocols/moves/PyMolMover.hh>
#include <protocols/moves/PyMolMoverCreator.hh>
#include <protocols/rosetta_scripts/util.hh>
#include <core/conformation/Conformation.hh>
#include <core/conformation/membrane/MembraneInfo.hh>
#include <core/scoring/methods/RG_Energy_Fast.hh>
#include <core/scoring/ScoreTypeManager.hh>
#include <core/scoring/Energies.hh>
#include <core/pose/Pose.hh>
#include <core/pose/PDBInfo.hh>
#include <utility/vector1.hh>
#include <utility/io/zipstream.ipp>
#include <utility/py/PyAssert.hh>
#include <utility/tag/Tag.hh>
#include <numeric/random/uniform.hh>
#include <basic/Tracer.hh>
#include <time.h>
#include "pthread.h"

Namespaces

 protocols
 The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP.
 
 protocols::moves
 

Macros

#define INCLUDED_protocols_moves_PyMolMover_CC
 

Functions

static thread_local basic::Tracer protocols::moves::TR ("protocols.moves.PyMolMover")
 
numeric::random::uniform_RG_OP protocols::moves::getRG ()
 
std::ostream & protocols::moves::operator<< (std::ostream &output, UDPSocketClient const &client)
 
std::ostream & protocols::moves::operator<< (std::ostream &output, PyMolMover const &mover)
 
PyMolObserverOP protocols::moves::AddPyMolObserver (core::pose::Pose &p, bool keep_history=false, core::Real update_interval=0)
 Helper function that create PyMolObserver Object and add it to the give Pose. This is the most likely the only function that you need to call... More...
 
PyMolObserverOP protocols::moves::AddPyMolObserver_to_energies (core::pose::Pose &p, bool keep_history=false, core::Real update_interval=0)
 Helper function that create PyMolObserver Object and add it to the give Pose energies object so pymol only updates on energy changes. More...
 
PyMolObserverOP protocols::moves::AddPyMolObserver_to_conformation (core::pose::Pose &p, bool keep_history=false, core::Real update_interval=0)
 Helper function that create PyMolObserver Object and add it to the give Pose conformation object so pymol only updates on conformation changes. More...
 

Detailed Description

Send infromation to PyMol.

Author
Sergey Lyskov

Macro Definition Documentation

#define INCLUDED_protocols_moves_PyMolMover_CC