|
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...
|
|