Rosetta
Namespaces | Functions
util.cc File Reference
#include <protocols/ligand_docking/util.hh>
#include <protocols/rigid/RB_geometry.hh>
#include <protocols/rigid/RigidBodyMover.hh>
#include <core/pose/Pose.fwd.hh>
#include <core/conformation/Residue.hh>
#include <core/types.hh>
#include <core/pose/chains_util.hh>
#include <basic/Tracer.hh>
#include <utility/stream_util.hh>

Namespaces

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

Functions

static basic::Tracer protocols::ligand_docking::TR ("protocols.ligand_docking.util")
 
void protocols::ligand_docking::move_ligand_to_desired_centroid (std::string const &chain, core::Vector const &desired_centroid, core::pose::Pose &pose)
 Move the center of specified chain to the desired_centroid. More...
 
void protocols::ligand_docking::move_ligand_to_desired_centroid (utility::vector1< std::string > const &chains, core::Vector const &desired_centroid, core::pose::Pose &pose)
 Move the center of specified multiple chains to the desired_centroid. More...
 
void protocols::ligand_docking::move_ligand_to_desired_centroid (core::Size const jump_id, core::Vector const &desired_centroid, core::pose::Pose &pose)
 Move the center of the object(s) downstream of jump_id to the desired_centroid. More...
 
void protocols::ligand_docking::move_ligand_neighbor_to_desired_position (utility::vector1< std::string > const &chains, core::Vector const &desired_position, core::pose::Pose &pose)
 Move the neighbor atom of the specified multiple chains to the desired_position. More...
 
void protocols::ligand_docking::move_ligand_neighbor_to_desired_position (std::string const &chain, core::Vector const &desired_position, core::pose::Pose &pose)
 Move the neighbor atom of the specified chain to the desired_position. More...