![]() |
Rosetta Protocols
2015.22
|
#include <protocols/ligand_docking/util.hh>
#include <protocols/rigid/RB_geometry.hh>
#include <protocols/rigid/RigidBodyMover.hh>
#include <core/pose/Pose.hh>
#include <core/types.hh>
#include <core/pose/util.hh>
#include <basic/Tracer.hh>
#include <utility/string_util.hh>
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::ligand_docking | |
Functions | |
static thread_local 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 (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 (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... | |