Rosetta
Namespaces | Functions
CycpepRigidBodyPermutationMover.cc File Reference

Implementations of functions for a mover that takes a cyclic peptide and alters its position (rigid-body transform), superimposing it on a cyclic permutation or reverse cyclic permutation of itself. More...

#include <protocols/cyclic_peptide/CycpepRigidBodyPermutationMover.hh>
#include <protocols/cyclic_peptide/CycpepRigidBodyPermutationMoverCreator.hh>
#include <core/select/residue_selector/util.hh>
#include <core/select/residue_selector/ResidueSelector.hh>
#include <core/pose/Pose.hh>
#include <core/id/AtomID.hh>
#include <core/chemical/ResidueType.hh>
#include <core/chemical/ResidueConnection.hh>
#include <core/conformation/Residue.hh>
#include <core/conformation/Conformation.hh>
#include <core/scoring/rms_util.hh>
#include <protocols/moves/mover_schemas.hh>
#include <protocols/rosetta_scripts/util.hh>
#include <basic/Tracer.hh>
#include <utility/tag/Tag.hh>
#include <utility/pointer/memory.hh>
#include <utility/vector1.hh>
#include <utility/tag/XMLSchemaGeneration.hh>
#include <numeric/random/random.hh>
#include <numeric/random/random_xyz.hh>
#include <numeric/numeric.functions.hh>
#include <numeric/xyz.functions.hh>
#include <basic/citation_manager/UnpublishedModuleInfo.hh>
#include <map>

Namespaces

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

Functions

static basic::Tracer TR ("protocols.cyclic_peptide.CycpepRigidBodyPermutationMover")
 
CycpepRigidBodyPermutationMoverMode protocols::cyclic_peptide::cycpep_rigid_body_permutation_mover_mode_from_string (std::string const &modestring)
 Given a mover mode string, get the mode enum. More...
 
std::string protocols::cyclic_peptide::string_from_cycpep_rigid_body_permutation_mover_mode (CycpepRigidBodyPermutationMoverMode const mode)
 Given a mover mode enum, get the mode string. More...
 
std::string protocols::cyclic_peptide::list_cycpep_rigid_body_permutation_mover_modes ()
 Get a comma-separated list of valid mover modes. More...
 
std::ostream & protocols::cyclic_peptide::operator<< (std::ostream &os, CycpepRigidBodyPermutationMover const &mover)
 

Detailed Description

Implementations of functions for a mover that takes a cyclic peptide and alters its position (rigid-body transform), superimposing it on a cyclic permutation or reverse cyclic permutation of itself.

Author
Vikram K. Mulligan (vmull.nosp@m.igan.nosp@m.@flat.nosp@m.iron.nosp@m.insti.nosp@m.tute.nosp@m..org)

Function Documentation

◆ TR()

static basic::Tracer TR ( "protocols.cyclic_peptide.CycpepRigidBodyPermutationMover"  )
static