Rosetta
Namespaces | Functions
make_loops.cc File Reference
#include <protocols/loops/make_loops.hh>
#include <protocols/loops/Loops.hh>
#include <core/chemical/AA.hh>
#include <core/conformation/Conformation.hh>
#include <core/pose/Pose.hh>
#include <core/pose/PDBInfo.hh>
#include <basic/Tracer.hh>
#include <utility/exit.hh>
#include <algorithm>
#include <utility/vector1.hh>
#include <numeric/random/random.fwd.hh>

Namespaces

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

Functions

static basic::Tracer protocols::loops::TR ("protocols.loops.make_loops", t_info)
 
void protocols::loops::add_loop (core::Size seg_begin, core::Size seg_end, pose::Pose const &pose, loops::Loops &loops)
 
void protocols::loops::loops_around_residues (loops::Loops &loops, pose::Pose const &pose, vector1< core::Size > const &residue_indices, core::Size gapsize, core::Size extend)
 add a set of loops 'built' around the provided residue indices More...